tests: remove `check` targets in subdirectories
[babeltrace.git] / tests / plugins / Makefile.am
index ffea78bd90f4c1a3d30a29c9f1c4b9e4fe8bcb19..9527a87a98a26e5fdff247d9a1f1188c6bc70863 100644 (file)
@@ -7,17 +7,16 @@ COMMON_TEST_LDADD = $(LIBTAP) \
        $(top_builddir)/logging/libbabeltrace-logging.la \
        $(top_builddir)/compat/libcompat.la
 
-noinst_PROGRAMS = test-utils-muxer
+check_SCRIPTS =
+noinst_PROGRAMS =
 
+if !ENABLE_BUILT_IN_PLUGINS
 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
+noinst_PROGRAMS += test-utils-muxer
+check_SCRIPTS += test-utils-muxer-complete
+endif
 
 if ENABLE_DEBUG_INFO
 test_dwarf_LDADD = \
@@ -38,6 +37,4 @@ 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
This page took 0.029504 seconds and 4 git commands to generate.