bt2c::Logger: remove unused cLevel() method
[babeltrace.git] / tests / plugins / flt.lttng-utils.debug-info / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(top_srcdir)/src/plugins
4
5 LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
6
7 dist_check_SCRIPTS = \
8 test-bin-info-i386-linux-gnu.sh \
9 test-bin-info-powerpc64le-linux-gnu.sh \
10 test-bin-info-powerpc-linux-gnu.sh \
11 test-bin-info-x86-64-linux-gnu.sh \
12 test-dwarf-i386-linux-gnu.sh \
13 test-dwarf-powerpc64le-linux-gnu.sh \
14 test-dwarf-powerpc-linux-gnu.sh \
15 test-dwarf-x86-64-linux-gnu.sh \
16 test-succeed.sh
17
18 noinst_PROGRAMS =
19
20 if !ENABLE_BUILT_IN_PLUGINS
21 # plugin tests here
22 endif # !ENABLE_BUILT_IN_PLUGINS
23
24 if ENABLE_DEBUG_INFO
25 noinst_PROGRAMS += test-dwarf test-bin-info
26
27 test_dwarf_LDADD = \
28 $(top_builddir)/src/plugins/lttng-utils/debug-info/libdebug-info.la \
29 $(top_builddir)/src/fd-cache/libfd-cache.la \
30 $(top_builddir)/src/logging/liblogging.la \
31 $(top_builddir)/src/common/libcommon.la \
32 $(ELFUTILS_LIBS) \
33 $(LIBTAP)
34 test_dwarf_SOURCES = test-dwarf.c
35
36 test_bin_info_LDADD = \
37 $(top_builddir)/src/plugins/lttng-utils/debug-info/libdebug-info.la \
38 $(top_builddir)/src/fd-cache/libfd-cache.la \
39 $(top_builddir)/src/logging/liblogging.la \
40 $(top_builddir)/src/common/libcommon.la \
41 $(top_builddir)/src/lib/libbabeltrace2.la \
42 $(ELFUTILS_LIBS) \
43 $(LIBTAP)
44 test_bin_info_SOURCES = test-bin-info.c
45 nodist_EXTRA_test_bin_info_SOURCES = dummy.cpp
46
47 endif # ENABLE_DEBUG_INFO
This page took 0.031522 seconds and 5 git commands to generate.