X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2FMakefile.am;h=2cf409efbe2f4b7c1b67e9e75cd73fe4dfbcd5eb;hb=d6701381e38348beced306a0ad9947fb3fb8ad82;hp=e34e66a6e1ac3693c455314d75f844191b3ced43;hpb=149bc52e92f860f992d02ca19371ca8d8321f3df;p=babeltrace.git diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index e34e66a6..2cf409ef 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -1,37 +1,9 @@ -AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(top_srcdir)/plugins - -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 - -if ENABLE_DEBUG_INFO -test_dwarf_LDFLAGS = -static -test_dwarf_LDADD = $(LIBTAP) \ - $(top_builddir)/plugins/lttng-utils/babeltrace-plugin-lttng-utils.la -test_dwarf_SOURCES = test_dwarf.c - -test_bin_info_LDFLAGS = -static -test_bin_info_LDADD = $(LIBTAP) \ - $(top_builddir)/plugins/lttng-utils/babeltrace-plugin-lttng-utils.la -test_bin_info_SOURCES = test_bin_info.c - -noinst_PROGRAMS += test_dwarf test_bin_info -check_SCRIPTS += test_dwarf_complete test_bin_info_complete -TESTS += test_dwarf_complete \ - test_bin_info_complete -endif +# 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