Test: client: start, stop, destroy: add tests for --glob/--all
[lttng-tools.git] / tests / regression / Makefile.am
index 566bdeaf14443fcabcaa6652ad64f8fb4c2c6c6a..c1fc9134268f8aaee3a1e8b76f260b934af7924e 100644 (file)
@@ -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
This page took 0.023869 seconds and 4 git commands to generate.