Add LTTng-independent `src.ctf.lttng-live` tests
[babeltrace.git] / tests / Makefile.am
index 24c89fbeb9388c6bea9d48e257d1e389f1053d65..73d96ae5587578bbefe1131a1336a5d6f71462a2 100644 (file)
@@ -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
This page took 0.025246 seconds and 4 git commands to generate.