Move the bitfield test to tests/lib/
[babeltrace.git] / tests / lib / Makefile.am
index e9e264bbbb17c5756f1243f33f42b8fc0cc691d9..0613bebd916f62d5eaed25cce8c9c2d03af8e926 100644 (file)
@@ -8,9 +8,10 @@ test_seeks_LDADD = libtestcommon.a \
        $(top_builddir)/lib/libbabeltrace.la \
        $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
 
-noinst_PROGRAMS = test-seeks
+noinst_PROGRAMS = test-seeks test-bitfield
 
 test_seeks_SOURCES = test-seeks.c
+test_bitfield_SOURCES = test-bitfield.c
 
 EXTRA_DIST = README.tap runall.sh
 
This page took 0.023526 seconds and 4 git commands to generate.