X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=73d96ae5587578bbefe1131a1336a5d6f71462a2;hb=584af91edcbb694c054835c69ff960c5350d0c0e;hp=17f6a952a1d544195a677335cfe291933a4f190a;hpb=493917ba0c27f2fd5d5ed7428fc590a1f03ba5d7;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 17f6a952..73d96ae5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -37,10 +37,12 @@ dist_check_SCRIPTS = \ cli/convert/test_convert_args \ cli/test_intersection \ cli/test_output_ctf_metadata \ + cli/test_output_path_ctf_non_lttng_trace \ cli/test_packet_seq_num \ cli/test_trace_copy \ cli/test_trace_read \ cli/test_trimmer \ + plugins/src.ctf.lttng-live/test_live \ python-plugin-provider/bt_plugin_test_python_plugin_provider.py \ python-plugin-provider/test_python_plugin_provider \ python-plugin-provider/test_python_plugin_provider.py @@ -56,10 +58,11 @@ TESTS_ARGPAR = \ TESTS_CLI = \ cli/convert/test_convert_args \ - cli/test_trace_read \ - cli/test_packet_seq_num \ cli/test_intersection \ + cli/test_output_path_ctf_non_lttng_trace \ + cli/test_packet_seq_num \ cli/test_trace_copy \ + cli/test_trace_read \ cli/test_trimmer TESTS_LIB = \ @@ -118,6 +121,10 @@ TESTS_PLUGINS += plugins/flt.utils.trimmer/test_trimming \ endif endif +if HAVE_PYTHON +TESTS_PLUGINS += plugins/src.ctf.lttng-live/test_live +endif + TESTS_PYTHON_PLUGIN_PROVIDER = if ENABLE_PYTHON_PLUGINS