From 212db9ad2370852c17b1be3413ffcab18d91aeaf Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 24 Jul 2019 17:36:29 -0400 Subject: [PATCH] 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 --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1