Fix: add tests/lib missing files to Makefile.am
[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 noinst_PROGRAMS = test-seeks
12
13 test_seeks_SOURCES = test-seeks.c
14
15 EXTRA_DIST = README.tap
16
17 check-am:
18 ./runall.sh
This page took 0.030877 seconds and 5 git commands to generate.