Include a test for SEEK_BEGIN and SEEK_LAST
[babeltrace.git] / tests / lib / Makefile.am
CommitLineData
aa968dde
YB
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3noinst_LIBRARIES = libtestcommon.a
4
5libtestcommon_a_SOURCES = tap.c common.c
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
15check-am:
16 ./runall.sh
This page took 0.022823 seconds and 4 git commands to generate.