tests: Move ctf-writer to it's own directory
[babeltrace.git] / tests / ctf-writer / Makefile.am
diff --git a/tests/ctf-writer/Makefile.am b/tests/ctf-writer/Makefile.am
new file mode 100644 (file)
index 0000000..d047689
--- /dev/null
@@ -0,0 +1,9 @@
+AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
+
+noinst_PROGRAMS = ctf_writer
+
+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
This page took 0.02339 seconds and 4 git commands to generate.