CTF: open trace read
[babeltrace.git] / tests / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 noinst_PROGRAMS = test-bitfield test-dummytrace
4
5 test_bitfield_SOURCES = test-bitfield.c
6
7 test_dummytrace_SOURCES = test-dummytrace.c
8
9
10 test_dummytrace_LDADD = \
11 $(top_builddir)/formats/libbabeltrace_registry.la \
12 $(top_builddir)/formats/ctf/libctf.la
This page took 0.028887 seconds and 4 git commands to generate.