tests/Makefile.am: add `test_auto_source_discovery` to suite
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Jul 2019 21:36:29 +0000 (17:36 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 26 Jul 2019 18:58:15 +0000 (14:58 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I1ca07f16897524da7f93cc58fc8faad84d007ebf
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1778
CI-Build: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
tests/Makefile.am

index 00c003b49cf5ed1a47b72ed3f2df95710c73d723..760a6741e151cd0d76b7cfe8dad6b648089dce46 100644 (file)
@@ -30,6 +30,7 @@ dist_check_SCRIPTS = \
        bindings/python/bt2/test_trace.py \
        bindings/python/bt2/test_value.py \
        bindings/python/bt2/utils.py \
+       cli/auto-source-discovery/test_auto_source_discovery \
        cli/test_convert_args \
        cli/test_intersection \
        cli/test_output_ctf_metadata \
@@ -100,6 +101,7 @@ endif
 
 if ENABLE_PYTHON_PLUGINS
 if ENABLE_PYTHON_BINDINGS
+TESTS_CLI += cli/auto-source-discovery/test_auto_source_discovery
 TESTS_PLUGINS += plugins/flt.utils.trimmer/test_trimming
 endif
 endif
This page took 0.024639 seconds and 4 git commands to generate.