Tests: Split lib tests in multiple standalone test scripts
[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_seek_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_seek test_bitfield
16
17test_seek_SOURCES = test_seek.c
18test_bitfield_SOURCES = test_bitfield.c
19
20EXTRA_DIST = test_seek_big_trace test_seek_empty_packet
This page took 0.022491 seconds and 4 git commands to generate.