From: Philippe Proulx Date: Wed, 24 Jul 2019 21:36:29 +0000 (-0400) Subject: tests/Makefile.am: add `test_auto_source_discovery` to suite X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=212db9ad2370852c17b1be3413ffcab18d91aeaf tests/Makefile.am: add `test_auto_source_discovery` to suite Signed-off-by: Philippe Proulx Change-Id: I1ca07f16897524da7f93cc58fc8faad84d007ebf Reviewed-on: https://review.lttng.org/c/babeltrace/+/1778 CI-Build: Simon Marchi Tested-by: jenkins --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 00c003b4..760a6741 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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