X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2FMakefile.am;h=b6e346445e40a7c2943add8adc9db6a5dc58e10c;hb=ebdb6693c51a79b4d323f4b69ee4e1c75f48e58e;hp=867ddd9659abbfc38756e5256bddfe79e21a49c8;hpb=54f7c9584ac472be18b379d5029d833e22f0d3b4;p=babeltrace.git diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index 867ddd96..b6e34644 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -1,20 +1,6 @@ -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 +SUBDIRS = \ + sink.ctf.fs \ + src.ctf.fs \ + flt.lttng-utils.debug-info \ + flt.utils.muxer \ + flt.utils.trimmer