X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=8d14cef024ce10941745761a8d06d120643218ec;hb=9b1d6816c871c223111c817e33b23df01fd4dee1;hp=a0d9dcc28fc9f48922da8ea68a07aa55a8edac5f;hpb=1805e0b4b91b339a131f2463e241b706cad5a56f;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index a0d9dcc2..8d14cef0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,31 +25,27 @@ TESTS_CLI = \ 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_ctf_writer_complete \ lib/test_graph_topo \ - lib/test_cc_prio_map \ - lib/test_bt_notification_iterator + lib/test_trace_ir_ref 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