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