tests/plugins/ctf/Makefile.am: do not set `TESTS` in this file
[babeltrace.git] / tests / Makefile.am
index b137b01dacdf1b4ece7e314a0b6961a509f8b788..5bea8756ddda2d48d085a37c7c7f99bf19062004 100644 (file)
@@ -24,33 +24,27 @@ TESTS_CLI = \
        cli/test_trimmer
 
 TESTS_LIB = \
-       lib/test_bitfield \
        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
 
 TESTS_PLUGINS =
 
 if !ENABLE_BUILT_IN_PLUGINS
-TESTS_PLUGINS += plugins/test-utils-muxer-complete
+if ENABLE_PYTHON_BINDINGS
+TESTS_PLUGINS += plugins/ctf/test_ctf_plugin
 
 if ENABLE_DEBUG_INFO
-if ENABLE_PYTHON_BINDINGS
 TESTS_PLUGINS += plugins/test_lttng_utils_debug_info
 endif
 endif
This page took 0.022994 seconds and 4 git commands to generate.