Tests: move `test_bitfield` outside lib tests, add `check-no-bitfield` target
[babeltrace.git] / tests / bitfield / Makefile.am
diff --git a/tests/bitfield/Makefile.am b/tests/bitfield/Makefile.am
new file mode 100644 (file)
index 0000000..5f46f28
--- /dev/null
@@ -0,0 +1,8 @@
+AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
+
+test_bitfield_SOURCES = test_bitfield.c
+test_bitfield_LDADD = \
+       $(top_builddir)/tests/utils/tap/libtap.la \
+       $(top_builddir)/tests/utils/libtestcommon.la
+
+noinst_PROGRAMS = test_bitfield
This page took 0.024864 seconds and 4 git commands to generate.