Re-enable the bin-info and dward tests
[babeltrace.git] / tests / plugins / Makefile.am
CommitLineData
149bc52e 1AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(top_srcdir)/plugins
8deeabc6
PP
2
3LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
1b83271b
PP
4COMMON_TEST_LDADD = $(LIBTAP) \
5 $(top_builddir)/lib/libbabeltrace.la \
6 $(top_builddir)/common/libbabeltrace-common.la \
7 $(top_builddir)/logging/libbabeltrace-logging.la \
8 $(top_builddir)/compat/libcompat.la
8deeabc6
PP
9
10noinst_PROGRAMS = test-utils-muxer
11
12test_utils_muxer_SOURCES = test-utils-muxer.c
13test_utils_muxer_LDADD = $(COMMON_TEST_LDADD)
14
15check_SCRIPTS = test-utils-muxer-complete
6ca1931c
PP
16
17LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
18LOG_DRIVER_FLAGS='--merge'
19
54f7c958 20TESTS = test-utils-muxer-complete
149bc52e
JD
21
22if ENABLE_DEBUG_INFO
23test_dwarf_LDFLAGS = -static
24test_dwarf_LDADD = $(LIBTAP) \
25 $(top_builddir)/plugins/lttng-utils/babeltrace-plugin-lttng-utils.la
26test_dwarf_SOURCES = test_dwarf.c
27
28test_bin_info_LDFLAGS = -static
29test_bin_info_LDADD = $(LIBTAP) \
30 $(top_builddir)/plugins/lttng-utils/babeltrace-plugin-lttng-utils.la
31test_bin_info_SOURCES = test_bin_info.c
32
33noinst_PROGRAMS += test_dwarf test_bin_info
34check_SCRIPTS += test_dwarf_complete test_bin_info_complete
35TESTS += test_dwarf_complete \
36 test_bin_info_complete
37endif
This page took 0.028623 seconds and 4 git commands to generate.