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