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