ctf: add internal ctf_metadata_decoder_get_trace_class_uuid()
[babeltrace.git] / tests / Makefile.am
CommitLineData
fac21c87 1SUBDIRS = utils lib bitfield ctf-writer plugins argpar
ac65e355 2
6a284733 3# Directories added to EXTRA_DIST will be recursively copied to the distribution.
bbff0ab4 4EXTRA_DIST = $(srcdir)/data \
7bb90dd0 5 bindings/python/bt2/.coveragerc
1b83271b 6
7bb90dd0 7dist_check_SCRIPTS = \
7bb90dd0
MJ
8 bindings/python/bt2/test_clock_class.py \
9 bindings/python/bt2/test_component_class.py \
10 bindings/python/bt2/test_component.py \
11 bindings/python/bt2/test_connection.py \
12 bindings/python/bt2/test_ctf_writer_clock.py \
13 bindings/python/bt2/test_event_class.py \
14 bindings/python/bt2/test_event.py \
15 bindings/python/bt2/test_field_class.py \
16 bindings/python/bt2/test_field.py \
17 bindings/python/bt2/test_graph.py \
19bb8b5a 18 bindings/python/bt2/test_integer_range_set.py \
1e920353 19 bindings/python/bt2/test_interrupter.py \
7bb90dd0
MJ
20 bindings/python/bt2/test_message_iterator.py \
21 bindings/python/bt2/test_message.py \
6c0b3817 22 bindings/python/bt2/test_package.py \
7bb90dd0
MJ
23 bindings/python/bt2/test_packet.py \
24 bindings/python/bt2/test_plugin.py \
25 bindings/python/bt2/test_port.py \
644e0364 26 bindings/python/bt2/test_python_bt2 \
7bb90dd0
MJ
27 bindings/python/bt2/test_query_executor.py \
28 bindings/python/bt2/test_stream_class.py \
29 bindings/python/bt2/test_stream.py \
30 bindings/python/bt2/test_trace_collection_message_iterator.py \
31 bindings/python/bt2/test_trace.py \
32 bindings/python/bt2/test_value.py \
33 bindings/python/bt2/utils.py \
595cc8e0 34 cli/convert/test_auto_source_discovery_grouping \
3b9d10e2
PP
35 cli/convert/test_auto_source_discovery_params \
36 cli/convert/test_auto_source_discovery_log_level \
595cc8e0 37 cli/convert/test_convert_args \
644e0364
MJ
38 cli/test_intersection \
39 cli/test_output_ctf_metadata \
40 cli/test_packet_seq_num \
41 cli/test_trace_copy \
42 cli/test_trace_read \
43 cli/test_trimmer \
7bb90dd0 44 python-plugin-provider/bt_plugin_test_python_plugin_provider.py \
644e0364 45 python-plugin-provider/test_python_plugin_provider \
7bb90dd0 46 python-plugin-provider/test_python_plugin_provider.py
cd1c5347 47
7bb90dd0 48TESTS_BINDINGS =
9e607e7c
JG
49
50if ENABLE_PYTHON_BINDINGS
b04a139e 51TESTS_BINDINGS += bindings/python/bt2/test_python_bt2
cd1c5347
PP
52endif
53
fac21c87
PP
54TESTS_ARGPAR = \
55 argpar/test_argpar
56
cd1c5347 57TESTS_CLI = \
595cc8e0 58 cli/convert/test_convert_args \
cd1c5347
PP
59 cli/test_trace_read \
60 cli/test_packet_seq_num \
7bb90dd0 61 cli/test_intersection \
cd1c5347
PP
62 cli/test_trace_copy \
63 cli/test_trimmer
64
65TESTS_LIB = \
21d04293 66 lib/test_bt_values \
6162e6b7 67 lib/test_bt_uuid \
21d04293 68 lib/test_graph_topo \
8c20dd54
PP
69 lib/test_trace_ir_ref \
70 lib/test_simple_sink
cd1c5347 71
906ac65f
PP
72TESTS_BITFIELD = \
73 bitfield/test_bitfield
74
331731aa
MJ
75TESTS_CTF_WRITER = \
76 ctf-writer/test_ctf_writer
77
cd1c5347 78if !ENABLE_BUILT_IN_PLUGINS
644e0364 79TESTS_LIB += lib/test_plugin
1805e0b4
PP
80endif
81
e30aed9e 82TESTS_PLUGINS = \
1fba7c7b
PP
83 plugins/src.ctf.fs/succeed/test_succeed \
84 plugins/sink.ctf.fs/succeed/test_succeed
cd1c5347
PP
85
86if !ENABLE_BUILT_IN_PLUGINS
d8992d68 87if ENABLE_PYTHON_BINDINGS
b34bfe00
FD
88TESTS_PLUGINS += plugins/src.ctf.fs/query/test_query_trace_info
89TESTS_PLUGINS += plugins/src.ctf.fs/query/test_query_metadata_info
d3765576 90endif
684658b1
PP
91
92if ENABLE_DEBUG_INFO
d3765576
FD
93TESTS_PLUGINS += \
94 plugins/flt.lttng-utils.debug-info/test_succeed
d8992d68 95endif
cd1c5347
PP
96endif
97
98if ENABLE_DEBUG_INFO
99TESTS_PLUGINS += \
66251464
PP
100 plugins/flt.lttng-utils.debug-info/test_dwarf_i386-linux-gnu \
101 plugins/flt.lttng-utils.debug-info/test_dwarf_powerpc-linux-gnu \
102 plugins/flt.lttng-utils.debug-info/test_dwarf_powerpc64le-linux-gnu \
103 plugins/flt.lttng-utils.debug-info/test_dwarf_x86_64-linux-gnu \
104 plugins/flt.lttng-utils.debug-info/test_bin_info_i386-linux-gnu \
105 plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc-linux-gnu \
106 plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc64le-linux-gnu \
107 plugins/flt.lttng-utils.debug-info/test_bin_info_x86_64-linux-gnu
cd1c5347
PP
108endif
109
188edac1
SM
110if ENABLE_PYTHON_PLUGINS
111if ENABLE_PYTHON_BINDINGS
3b9d10e2
PP
112TESTS_CLI += cli/convert/test_auto_source_discovery_grouping \
113 cli/convert/test_auto_source_discovery_log_level \
114 cli/convert/test_auto_source_discovery_params
38403bf5
FD
115TESTS_PLUGINS += plugins/flt.utils.trimmer/test_trimming \
116 plugins/flt.utils.muxer/succeed/test_succeed
188edac1
SM
117endif
118endif
119
cd1c5347
PP
120TESTS_PYTHON_PLUGIN_PROVIDER =
121
9e607e7c 122if ENABLE_PYTHON_PLUGINS
cd1c5347
PP
123TESTS_PYTHON_PLUGIN_PROVIDER += python-plugin-provider/test_python_plugin_provider
124endif
125
644e0364
MJ
126LOG_DRIVER_FLAGS = --merge --comments
127LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \
128 BT_TESTS_SRCDIR='$(abs_top_srcdir)/tests' \
129 BT_TESTS_BUILDDIR='$(abs_top_builddir)/tests' \
130 BT_TESTS_AWK_BIN="$(AWK)" \
131 BT_TESTS_GREP_BIN="$(GREP)" \
132 BT_TESTS_PYTHON_BIN="$(PYTHON)" \
e23e08c4 133 BT_TESTS_PYTHON_CONFIG_BIN="$(PYTHON_CONFIG)" \
644e0364 134 BT_TESTS_SED_BIN="$(SED)" \
86f2cc9e 135 $(SHELL) $(srcdir)/utils/tap-driver.sh
11d328de 136
906ac65f 137TESTS_NO_BITFIELD = \
fac21c87 138 $(TESTS_ARGPAR) \
906ac65f
PP
139 $(TESTS_BINDINGS) \
140 $(TESTS_CLI) \
141 $(TESTS_CTF_WRITER) \
142 $(TESTS_LIB) \
143 $(TESTS_PLUGINS) \
144 $(TESTS_PYTHON_PLUGIN_PROVIDER)
145
146TESTS = $(TESTS_NO_BITFIELD) $(TESTS_BITFIELD)
cd1c5347
PP
147
148define check_target
149check-$(1):
150 $(MAKE) $(AM_MAKEFLAGS) TESTS="$2" check
151endef
152
fac21c87 153$(eval $(call check_target,argpar,$(TESTS_ARGPAR)))
cd1c5347 154$(eval $(call check_target,bindings,$(TESTS_BINDINGS)))
906ac65f 155$(eval $(call check_target,bitfield,$(TESTS_BITFIELD)))
cd1c5347 156$(eval $(call check_target,cli,$(TESTS_CLI)))
331731aa 157$(eval $(call check_target,ctf-writer,$(TESTS_CTF_WRITER)))
cd1c5347
PP
158$(eval $(call check_target,lib,$(TESTS_LIB)))
159$(eval $(call check_target,plugins,$(TESTS_PLUGINS)))
160$(eval $(call check_target,python-plugin-provider,$(TESTS_PYTHON_PLUGIN_PROVIDER)))
906ac65f
PP
161
162check-no-bitfield:
163 $(MAKE) $(AM_MAKEFLAGS) TESTS="$(TESTS_NO_BITFIELD)" check
This page took 0.068018 seconds and 4 git commands to generate.