Fix: `tests/Makefile.am`: do not run missing tests
[babeltrace.git] / tests / Makefile.am
index 88dce23a0db44cfec148cff068b50931e5e82887..14b08d560cf548a41d6e796ae8e2e4a1bfb07cf8 100644 (file)
@@ -26,20 +26,15 @@ TESTS_CLI = \
 TESTS_LIB = \
        lib/test_ctf_writer_complete \
        lib/test_bt_values \
-       lib/test_ctf_ir_ref \
-       lib/test_bt_ctf_field_type_validation \
-       lib/test_ir_visit \
-       lib/test_bt_notification_heap \
-       lib/test_graph_topo \
-       lib/test_cc_prio_map \
-       lib/test_bt_notification_iterator
+       lib/test_trace_ir_ref \
+       lib/test_graph_topo
 
 if !ENABLE_BUILT_IN_PLUGINS
 TESTS_LIB += lib/test_plugin_complete
 endif
 
 if ENABLE_PYTHON_BINDINGS
-TESTS_LIB += lib/ctf-ir/test_ctf_ir
+TESTS_LIB += lib/trace-ir/test_trace_ir
 TESTS_LIB += lib/ctf-writer/test_ctf_writer
 endif
 
This page took 0.029876 seconds and 4 git commands to generate.