Tests: Move TAP helpers to tests/utils/tap
[babeltrace.git] / tests / lib / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
2
3 noinst_LIBRARIES = libtestcommon.a
4
5 LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
6
7 libtestcommon_a_SOURCES = common.c common.h
8
9 test_seeks_LDADD = $(LIBTAP) libtestcommon.a \
10 $(top_builddir)/lib/libbabeltrace.la \
11 $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
12
13 test_bitfield_LDADD = $(LIBTAP) libtestcommon.a
14
15 noinst_PROGRAMS = test-seeks test-bitfield
16
17 test_seeks_SOURCES = test-seeks.c
18 test_bitfield_SOURCES = test-bitfield.c
19
20 EXTRA_DIST = runall.sh
21
22 check-am:
23 ./runall.sh
This page took 0.029371 seconds and 4 git commands to generate.