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