Fix: `tests/Makefile.am`: do not run missing tests
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 23 Apr 2019 22:00:34 +0000 (18:00 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
Test sources were removed, but they are still mentioned in this file, so
`make check` cannot find them.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/Makefile.am

index c5ac2d77e4209a34879c787c574cbe9094ac84f0..14b08d560cf548a41d6e796ae8e2e4a1bfb07cf8 100644 (file)
@@ -27,11 +27,7 @@ TESTS_LIB = \
        lib/test_ctf_writer_complete \
        lib/test_bt_values \
        lib/test_trace_ir_ref \
-       lib/test_bt_ctf_field_type_validation \
-       lib/test_ir_visit \
-       lib/test_graph_topo \
-       lib/test_cc_prio_map \
-       lib/test_bt_notification_iterator
+       lib/test_graph_topo
 
 if !ENABLE_BUILT_IN_PLUGINS
 TESTS_LIB += lib/test_plugin_complete
This page took 0.024421 seconds and 5 git commands to generate.