X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;h=a7de0a946b0df10466b8c056fbb132ab29635c95;hp=e9e264bbbb17c5756f1243f33f42b8fc0cc691d9;hb=6b31ae9ce6bdca8682a6c936c6c20caae378e021;hpb=0cf14365731316b65a24742928e8a72100ebe907 diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index e9e264bb..a7de0a94 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -1,18 +1,23 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include +AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils noinst_LIBRARIES = libtestcommon.a -libtestcommon_a_SOURCES = tap.c tap.h common.c common.h +LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la -test_seeks_LDADD = libtestcommon.a \ +libtestcommon_a_SOURCES = common.c common.h + +test_seek_LDADD = $(LIBTAP) libtestcommon.a \ $(top_builddir)/lib/libbabeltrace.la \ $(top_builddir)/formats/ctf/libbabeltrace-ctf.la -noinst_PROGRAMS = test-seeks +test_bitfield_LDADD = $(LIBTAP) libtestcommon.a + +noinst_PROGRAMS = test_seek test_bitfield -test_seeks_SOURCES = test-seeks.c +test_seek_SOURCES = test_seek.c +test_bitfield_SOURCES = test_bitfield.c -EXTRA_DIST = README.tap runall.sh +EXTRA_DIST = runall.sh check-am: ./runall.sh