port: build kernel tests only on linux
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 16 Jul 2021 18:54:37 +0000 (14:54 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 28 Oct 2022 19:37:41 +0000 (15:37 -0400)
Change-Id: I81e4b2cf161d25aa939f312bb6a728cf9420a9d4
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/Makefile.am

index 477ee9735a5545c6cf7bfc96ab03c5c1f8571c5e..1ff5ad7f398569b6650d67bdb74cfe9f687af853 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) \
@@ -65,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 \
This page took 0.027471 seconds and 4 git commands to generate.