Add missing test files to make dist
[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_seek_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_seek test_bitfield
16
17 test_seek_SOURCES = test_seek.c
18 test_bitfield_SOURCES = test_bitfield.c
19
20 dist_noinst_SCRIPTS = test_seek_big_trace test_seek_empty_packet
This page took 0.030318 seconds and 5 git commands to generate.