Convert the unit tests to the TAP format
[babeltrace.git] / tests / lib / Makefile.am
CommitLineData
aa968dde
YB
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3noinst_LIBRARIES = libtestcommon.a
4
beb875e1 5libtestcommon_a_SOURCES = tap.c tap.h common.c common.h
aa968dde
YB
6
7test_seeks_LDADD = libtestcommon.a \
8 $(top_builddir)/lib/libbabeltrace.la \
9 $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
10
9e8e57d0
JG
11test_bitfield_LDADD = libtestcommon.a
12
ffb12bdc 13noinst_PROGRAMS = test-seeks test-bitfield
aa968dde
YB
14
15test_seeks_SOURCES = test-seeks.c
ffb12bdc 16test_bitfield_SOURCES = test-bitfield.c
aa968dde 17
0cf14365 18EXTRA_DIST = README.tap runall.sh
beb875e1 19
aa968dde
YB
20check-am:
21 ./runall.sh
This page took 0.022881 seconds and 4 git commands to generate.