X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;h=01831de3dfb86452bba6c3e39bf652750b37c56d;hp=e846680a4eedd6a305c2dde4722e43cc5a54cff2;hb=9bac50fae8baa13c06a0a9682f2547d7e1476404;hpb=aa968dde60d1c3cff4dcebcca4b6f5c2b9737829 diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index e846680a..01831de3 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -2,15 +2,20 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include noinst_LIBRARIES = libtestcommon.a -libtestcommon_a_SOURCES = tap.c common.c +libtestcommon_a_SOURCES = tap.c tap.h common.c common.h test_seeks_LDADD = libtestcommon.a \ $(top_builddir)/lib/libbabeltrace.la \ $(top_builddir)/formats/ctf/libbabeltrace-ctf.la -noinst_PROGRAMS = test-seeks +test_bitfield_LDADD = libtestcommon.a + +noinst_PROGRAMS = test-seeks test-bitfield test_seeks_SOURCES = test-seeks.c +test_bitfield_SOURCES = test-bitfield.c + +EXTRA_DIST = README.tap runall.sh check-am: ./runall.sh