Move the bitfield test to tests/lib/
[babeltrace.git] / tests / lib / Makefile.am
index f7e32c2b70f9aba6c507821a3fe77efe4da9aa5f..0613bebd916f62d5eaed25cce8c9c2d03af8e926 100644 (file)
@@ -8,11 +8,12 @@ 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
+EXTRA_DIST = README.tap runall.sh
 
 check-am:
        ./runall.sh
This page took 0.022829 seconds and 4 git commands to generate.