doc/api/libbabeltrace2/DoxygenLayout.xml: use `topics` tab
[babeltrace.git] / tests / ctf-writer / Makefile.am
index d047689d22f6e9ec5b85b3e3e4a4460e69b02279..4bd97d2612952cb87e1c6113d7a315e5c0a743e2 100644 (file)
@@ -1,9 +1,16 @@
+# SPDX-License-Identifier: MIT
+
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
-noinst_PROGRAMS = ctf_writer
+noinst_PROGRAMS = ctf-writer
 
-ctf_writer_SOURCES = ctf_writer.c
+ctf_writer_SOURCES = ctf-writer.c
 ctf_writer_LDADD = \
        $(top_builddir)/tests/utils/tap/libtap.la \
        $(top_builddir)/tests/utils/libtestcommon.la \
-       $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la
+       $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
+       $(top_builddir)/src/common/libcommon.la \
+       $(top_builddir)/src/logging/liblogging.la
+
+
+dist_check_SCRIPTS = test-ctf-writer.sh
This page took 0.023596 seconds and 4 git commands to generate.