X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=73d96ae5587578bbefe1131a1336a5d6f71462a2;hb=584af91edcbb694c054835c69ff960c5350d0c0e;hp=24c89fbeb9388c6bea9d48e257d1e389f1053d65;hpb=005d49d64c989f20ba4fb40833064ac2d17514ef;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 24c89fbe..73d96ae5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -42,6 +42,7 @@ dist_check_SCRIPTS = \ 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 @@ -120,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