Fix: src.ctf.fs: initialize the other_entry variable
[babeltrace.git] / tests / lib / Makefile.am
CommitLineData
7bb90dd0 1SUBDIRS =
4c3453a1 2
05c03100 3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
aa968dde 4
550b7a4e
MJ
5COMMON_TEST_LDADD = \
6 $(top_builddir)/tests/utils/tap/libtap.la \
d3148009 7 $(top_builddir)/tests/utils/libtestcommon.la \
3b3873c8
SM
8 $(top_builddir)/src/common/libbabeltrace2-common.la \
9 $(top_builddir)/src/logging/libbabeltrace2-logging.la
21d04293 10
d3148009
SM
11test_bt_values_LDADD = $(COMMON_TEST_LDADD) \
12 $(top_builddir)/src/lib/libbabeltrace2.la
13
14test_bt_uuid_LDADD = $(COMMON_TEST_LDADD)
6162e6b7 15
67d2ce02 16test_trace_ir_ref_LDADD = $(COMMON_TEST_LDADD) \
578e048b 17 $(top_builddir)/src/lib/libbabeltrace2.la \
d3148009 18 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la
c9b3f44b 19
21d04293 20test_graph_topo_LDADD = $(COMMON_TEST_LDADD) \
d3148009 21 $(top_builddir)/src/lib/libbabeltrace2.la
21d04293 22
8c20dd54 23test_simple_sink_LDADD = $(COMMON_TEST_LDADD) \
d3148009 24 $(top_builddir)/src/lib/libbabeltrace2.la
8c20dd54 25
8bd8ac79
SM
26test_remove_destruction_listener_in_destruction_listener_LDADD = \
27 $(COMMON_TEST_LDADD) \
28 $(top_builddir)/src/lib/libbabeltrace2.la
29
8c20dd54 30noinst_PROGRAMS = \
8c20dd54 31 test_bt_uuid \
8bd8ac79 32 test_bt_values \
8c20dd54 33 test_graph_topo \
8bd8ac79
SM
34 test_remove_destruction_listener_in_destruction_listener \
35 test_simple_sink \
36 test_trace_ir_ref
aa968dde 37
21d04293 38test_bt_values_SOURCES = test_bt_values.c
8c20dd54 39test_simple_sink_SOURCES = test_simple_sink.c
6162e6b7 40test_bt_uuid_SOURCES = test_bt_uuid.c
56e18c4c 41test_trace_ir_ref_SOURCES = test_trace_ir_ref.c
21d04293 42test_graph_topo_SOURCES = test_graph_topo.c
8bd8ac79
SM
43test_remove_destruction_listener_in_destruction_listener_SOURCES = \
44 test_remove_destruction_listener_in_destruction_listener.c
aa968dde 45
9ffc0257 46if !ENABLE_BUILT_IN_PLUGINS
644e0364
MJ
47noinst_PROGRAMS += plugin
48plugin_LDADD = $(COMMON_TEST_LDADD) \
d3148009 49 $(top_builddir)/src/lib/libbabeltrace2.la
644e0364 50plugin_SOURCES = plugin.c
1b83271b
PP
51SUBDIRS += test-plugin-plugins
52endif
644e0364
MJ
53
54dist_check_SCRIPTS = test_plugin
This page took 0.070142 seconds and 4 git commands to generate.