Fix: add tests/lib missing files to Makefile.am
[babeltrace.git] / tests / lib / Makefile.am
CommitLineData
aa968dde
YB
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3noinst_LIBRARIES = libtestcommon.a
4
beb875e1 5libtestcommon_a_SOURCES = tap.c tap.h common.c common.h
aa968dde
YB
6
7test_seeks_LDADD = libtestcommon.a \
8 $(top_builddir)/lib/libbabeltrace.la \
9 $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
10
11noinst_PROGRAMS = test-seeks
12
13test_seeks_SOURCES = test-seeks.c
14
beb875e1
MD
15EXTRA_DIST = README.tap
16
aa968dde
YB
17check-am:
18 ./runall.sh
This page took 0.023108 seconds and 4 git commands to generate.