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