Spelling cleanups within comments
[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
ffb12bdc 11noinst_PROGRAMS = test-seeks test-bitfield
aa968dde
YB
12
13test_seeks_SOURCES = test-seeks.c
ffb12bdc 14test_bitfield_SOURCES = test-bitfield.c
aa968dde 15
0cf14365 16EXTRA_DIST = README.tap runall.sh
beb875e1 17
aa968dde
YB
18check-am:
19 ./runall.sh
This page took 0.023281 seconds and 4 git commands to generate.