X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=1ff5ad7f398569b6650d67bdb74cfe9f687af853;hb=10135168446a5b8e29e2561543f9518269f17e49;hp=566bdeaf14443fcabcaa6652ad64f8fb4c2c6c6a;hpb=0159fa50ebb4c8ea0e34a24f99bc8f5cda298be4;p=lttng-tools.git diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 566bdeaf1..1ff5ad7f3 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 \ @@ -64,6 +65,11 @@ TESTS = tools/base-path/test_ust \ tools/trigger/name/test_trigger_name_backwards_compat \ tools/trigger/hidden/test_hidden_trigger +# Only build kernel tests on Linux. +if IS_LINUX +SUBDIRS += kernel +endif # IS_LINUX + if HAVE_LIBLTTNG_UST_CTL SUBDIRS += ust TESTS += ust/before-after/test_before_after \