X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2FMakefile.am;h=2cf409efbe2f4b7c1b67e9e75cd73fe4dfbcd5eb;hb=75e396f6b20bdf52c76a3c7312e7fb815ac1e5e9;hp=98becefe21492c57e7b4e9d730c4ca0d8e5ddfd2;hpb=8deeabc63f54ef7e479a0142c03270358c6671b6;p=babeltrace.git diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index 98becefe..2cf409ef 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -1,11 +1,9 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils - -LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la -COMMON_TEST_LDADD = $(LIBTAP) $(top_builddir)/lib/libbabeltrace.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 +# SPDX-License-Identifier: MIT + +SUBDIRS = \ + sink.ctf.fs \ + src.ctf.fs \ + flt.lttng-utils.debug-info \ + flt.utils.muxer \ + flt.utils.trimmer \ + sink.text.pretty