X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;fp=tests%2Flib%2FMakefile.am;h=e846680a4eedd6a305c2dde4722e43cc5a54cff2;hp=0000000000000000000000000000000000000000;hb=aa968dde60d1c3cff4dcebcca4b6f5c2b9737829;hpb=38380786954798ace38594b1e92905aeba4da55d diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am new file mode 100644 index 00000000..e846680a --- /dev/null +++ b/tests/lib/Makefile.am @@ -0,0 +1,16 @@ +AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include + +noinst_LIBRARIES = libtestcommon.a + +libtestcommon_a_SOURCES = tap.c common.c + +test_seeks_LDADD = libtestcommon.a \ + $(top_builddir)/lib/libbabeltrace.la \ + $(top_builddir)/formats/ctf/libbabeltrace-ctf.la + +noinst_PROGRAMS = test-seeks + +test_seeks_SOURCES = test-seeks.c + +check-am: + ./runall.sh