Tests: Rename tests under lib with tests naming convention
[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 EXTRA_DIST = runall.sh
21
22 check-am:
23 ./runall.sh
This page took 0.038019 seconds and 5 git commands to generate.