X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=ac7eb887004897b987b82d374da8dc5ce09a7f71;hb=9191043554194636a244960eb0a49c59582a4fb6;hp=f8d0f788b42de34bd585847156329b8f86d90fa6;hpb=8cca03c6f0678cf878a62ef7863cf6ec7b6dff2d;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index f8d0f788..ac7eb887 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -41,6 +41,7 @@ dist_check_SCRIPTS = \ cli/convert/test_auto_source_discovery_params \ cli/convert/test_auto_source_discovery_log_level \ cli/convert/test_convert_args \ + cli/params/test_params \ cli/test_help \ cli/test_intersection \ cli/test_output_ctf_metadata \ @@ -119,9 +120,12 @@ endif if ENABLE_PYTHON_PLUGINS if ENABLE_PYTHON_BINDINGS -TESTS_CLI += cli/convert/test_auto_source_discovery_grouping \ +TESTS_CLI += \ + cli/convert/test_auto_source_discovery_grouping \ cli/convert/test_auto_source_discovery_log_level \ - cli/convert/test_auto_source_discovery_params + cli/convert/test_auto_source_discovery_params \ + cli/params/test_params + TESTS_PLUGINS += plugins/flt.utils.trimmer/test_trimming \ plugins/flt.utils.muxer/succeed/test_succeed endif