1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
3 noinst_LIBRARIES = libtestcommon.a
5 libtestcommon_a_SOURCES = tap.c tap.h common.c common.h
7 test_seeks_LDADD = libtestcommon.a \
8 $(top_builddir)/lib/libbabeltrace.la \
9 $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
11 noinst_PROGRAMS = test-seeks test-bitfield
13 test_seeks_SOURCES = test-seeks.c
14 test_bitfield_SOURCES = test-bitfield.c
16 EXTRA_DIST = README.tap runall.sh