Put `flt.lttng-utils.debug-info` tests into their own directory
[babeltrace.git] / tests / plugins / flt.lttng-utils.debug-info / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(top_srcdir)/src/plugins
2
3 LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
4
5 dist_check_SCRIPTS = \
6 test_lttng_utils_debug_info.py
7
8 noinst_PROGRAMS =
9
10 if !ENABLE_BUILT_IN_PLUGINS
11 # plugin tests here
12 endif # !ENABLE_BUILT_IN_PLUGINS
13
14 if ENABLE_DEBUG_INFO
15 noinst_PROGRAMS += test_dwarf test_bin_info
16
17 test_dwarf_LDADD = \
18 $(top_builddir)/src/plugins/lttng-utils/debug-info/libdebug-info.la \
19 $(top_builddir)/src/fd-cache/libbabeltrace2-fd-cache.la \
20 $(top_builddir)/src/logging/libbabeltrace2-logging.la \
21 $(top_builddir)/src/common/libbabeltrace2-common.la \
22 $(ELFUTILS_LIBS) \
23 $(LIBTAP)
24 test_dwarf_SOURCES = test_dwarf.c
25
26 test_bin_info_LDADD = \
27 $(top_builddir)/src/plugins/lttng-utils/debug-info/libdebug-info.la \
28 $(top_builddir)/src/fd-cache/libbabeltrace2-fd-cache.la \
29 $(top_builddir)/src/logging/libbabeltrace2-logging.la \
30 $(top_builddir)/src/common/libbabeltrace2-common.la \
31 $(ELFUTILS_LIBS) \
32 $(LIBTAP)
33 test_bin_info_SOURCES = test_bin_info.c
34 endif # ENABLE_DEBUG_INFO
This page took 0.031635 seconds and 5 git commands to generate.