Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / plugins / Makefile.am
index 867ddd9659abbfc38756e5256bddfe79e21a49c8..d0f711a88b918f6e84952b9beb422b598fd2c4ea 100644 (file)
@@ -1,20 +1,8 @@
-AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
-
-LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
-COMMON_TEST_LDADD = $(LIBTAP) \
-       $(top_builddir)/lib/libbabeltrace.la \
-       $(top_builddir)/common/libbabeltrace-common.la \
-       $(top_builddir)/logging/libbabeltrace-logging.la \
-       $(top_builddir)/compat/libcompat.la
-
-noinst_PROGRAMS = test-utils-muxer
-
-test_utils_muxer_SOURCES = test-utils-muxer.c
-test_utils_muxer_LDADD = $(COMMON_TEST_LDADD)
-
-check_SCRIPTS = test-utils-muxer-complete
-
-LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
-LOG_DRIVER_FLAGS='--merge'
-
-TESTS = test-utils-muxer-complete
+# SPDX-License-Identifier: MIT
+
+SUBDIRS = \
+       sink.ctf.fs \
+       src.ctf.fs \
+       flt.lttng-utils.debug-info \
+       flt.utils.muxer \
+       flt.utils.trimmer
This page took 0.022684 seconds and 4 git commands to generate.