Fix: bt_ctfser_write_float64(): use `double` in union, not `float`
[babeltrace.git] / tests / plugins / Makefile.am
index 98becefe21492c57e7b4e9d730c4ca0d8e5ddfd2..073766f1c03f906a219e3f884d2bffd6f64d8289 100644 (file)
@@ -1,11 +1,4 @@
-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
+SUBDIRS = \
+       src.ctf.fs \
+       sink.ctf.fs \
+       flt.lttng-utils.debug-info
This page took 0.023661 seconds and 4 git commands to generate.