X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=0e9f2576b0f2184d11f65fdabc1b0847296d6fbe;hb=032a3d09c1834efc9e4112cce5f5d58082db08ba;hp=7752404056e322cd97ec2f9c899956d8f4199f69;hpb=34ce800be710262ce1547a7d5dba5a2376d466c9;p=lttng-tools.git diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 775240405..0e9f2576b 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -1,10 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-only + SUBDIRS = tools kernel ust LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processes.sh LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/config/tap-driver.sh -TESTS = tools/filtering/test_invalid_filter \ +TESTS = tools/base-path/test_ust \ + tools/filtering/test_invalid_filter \ tools/filtering/test_unsupported_op \ tools/filtering/test_valid_filter \ tools/streaming/test_ust \ @@ -31,7 +34,13 @@ TESTS = tools/filtering/test_invalid_filter \ tools/rotation/test_ust \ tools/rotation/test_kernel \ tools/rotation/test_save_load_mi \ - tools/rotation/test_schedule_api + tools/rotation/test_schedule_api \ + tools/metadata/test_kernel \ + tools/working-directory/test_relayd_working_directory \ + tools/notification/test_notification_multi_app \ + tools/clear/test_ust \ + tools/clear/test_kernel \ + tools/tracker/test_event_tracker if HAVE_LIBLTTNG_UST_CTL SUBDIRS += ust @@ -50,7 +59,11 @@ TESTS += ust/before-after/test_before_after \ ust/test_event_perf \ ust/blocking/test_blocking \ ust/multi-lib/test_multi_lib \ - ust/rotation-destroy-flush/test_rotation_destroy_flush + ust/rotation-destroy-flush/test_rotation_destroy_flush \ + ust/namespaces/test_ns_contexts \ + ust/namespaces/test_ns_contexts_change \ + tools/metadata/test_ust \ + tools/relayd-grouping/test_ust endif # HAVE_LIBLTTNG_UST_CTL if PYTHON_BINDING