X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=a95feee9893c6429364cd83f2733ddd6e3a69a24;hb=29784e2373ff4d82370f584f4e4e9722cda172a8;hp=566bdeaf14443fcabcaa6652ad64f8fb4c2c6c6a;hpb=0159fa50ebb4c8ea0e34a24f99bc8f5cda298be4;p=lttng-tools.git diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 566bdeaf1..a95feee98 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only -SUBDIRS = tools kernel ust +SUBDIRS = tools LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processes.sh LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \ @@ -50,6 +50,7 @@ TESTS = tools/base-path/test_ust \ tools/notification/test_notification_multi_app \ tools/rotation/test_ust \ tools/rotation/test_kernel \ + tools/rotation/test_ust_kernel \ tools/rotation/test_save_load_mi \ tools/rotation/test_schedule_api \ tools/metadata/test_kernel \ @@ -62,7 +63,14 @@ TESTS = tools/base-path/test_ust \ tools/trigger/test_list_triggers_cli \ tools/trigger/test_remove_trigger_cli \ tools/trigger/name/test_trigger_name_backwards_compat \ - tools/trigger/hidden/test_hidden_trigger + tools/trigger/hidden/test_hidden_trigger \ + tools/context/test_ust.py \ + tools/client/test_session_commands.py + +# Only build kernel tests on Linux. +if IS_LINUX +SUBDIRS += kernel +endif # IS_LINUX if HAVE_LIBLTTNG_UST_CTL SUBDIRS += ust @@ -80,6 +88,7 @@ TESTS += ust/before-after/test_before_after \ ust/blocking/test_blocking \ ust/multi-lib/test_multi_lib \ ust/rotation-destroy-flush/test_rotation_destroy_flush \ + ust/ust-constructor/test_ust_constructor.py \ tools/metadata/test_ust \ tools/relayd-grouping/test_ust \ tools/trigger/rate-policy/test_ust_rate_policy