Tests: Split lib tests in multiple standalone test scripts
[babeltrace.git] / tests / lib / Makefile.am
CommitLineData
1833a3d1 1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
aa968dde
YB
2
3noinst_LIBRARIES = libtestcommon.a
4
1833a3d1 5LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
aa968dde 6
1833a3d1
CB
7libtestcommon_a_SOURCES = common.c common.h
8
6b31ae9c 9test_seek_LDADD = $(LIBTAP) libtestcommon.a \
aa968dde
YB
10 $(top_builddir)/lib/libbabeltrace.la \
11 $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
12
1833a3d1 13test_bitfield_LDADD = $(LIBTAP) libtestcommon.a
9e8e57d0 14
6b31ae9c 15noinst_PROGRAMS = test_seek test_bitfield
aa968dde 16
6b31ae9c
CB
17test_seek_SOURCES = test_seek.c
18test_bitfield_SOURCES = test_bitfield.c
aa968dde 19
77b23b11 20EXTRA_DIST = test_seek_big_trace test_seek_empty_packet
This page took 0.02309 seconds and 4 git commands to generate.