bt2c::Logger: remove unused cLevel() method
[babeltrace.git] / tests / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 include $(top_srcdir)/src/Makefile.common.inc
4
5 SUBDIRS = \
6 utils \
7 lib \
8 bitfield \
9 ctf-writer \
10 plugins \
11 param-validation
12
13 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
14
15 COMMON_TEST_LDADD = \
16 $(top_builddir)/tests/utils/tap/libtap.la \
17 $(top_builddir)/src/common/libcommon.la \
18 $(top_builddir)/src/logging/liblogging.la
19
20 # Directories added to EXTRA_DIST will be recursively copied to the distribution.
21 EXTRA_DIST = $(srcdir)/data \
22 bindings/python/bt2/.coveragerc
23
24 dist_check_SCRIPTS = \
25 bindings/python/bt2/test-python-bt2.sh \
26 bindings/python/bt2/test_clock_class.py \
27 bindings/python/bt2/test_component_class.py \
28 bindings/python/bt2/test_component.py \
29 bindings/python/bt2/test_connection.py \
30 bindings/python/bt2/test_event_class.py \
31 bindings/python/bt2/test_event.py \
32 bindings/python/bt2/test_field_class.py \
33 bindings/python/bt2/test_field.py \
34 bindings/python/bt2/test_graph.py \
35 bindings/python/bt2/test_integer_range_set.py \
36 bindings/python/bt2/test_interrupter.py \
37 bindings/python/bt2/test_message_iterator.py \
38 bindings/python/bt2/test_message.py \
39 bindings/python/bt2/test_package.py \
40 bindings/python/bt2/test_packet.py \
41 bindings/python/bt2/test_plugin.py \
42 bindings/python/bt2/test_port.py \
43 bindings/python/bt2/test_query_executor.py \
44 bindings/python/bt2/test_stream_class.py \
45 bindings/python/bt2/test_stream.py \
46 bindings/python/bt2/test_trace_collection_message_iterator.py \
47 bindings/python/bt2/test_trace.py \
48 bindings/python/bt2/test_value.py \
49 bindings/python/bt2/utils.py \
50 cli/convert/test-auto-source-discovery-grouping.sh \
51 cli/convert/test-auto-source-discovery-params.sh \
52 cli/convert/test-auto-source-discovery-log-level.sh \
53 cli/convert/test-convert-args.sh \
54 cli/list-plugins/test-list-plugins.sh \
55 cli/params/test-params.sh \
56 cli/query/test-query.sh \
57 cli/test-exit-status.sh \
58 cli/test-help.sh \
59 cli/test-intersection.sh \
60 cli/test-output-ctf-metadata.sh \
61 cli/test-output-path-ctf-non-lttng-trace.sh \
62 cli/test-packet-seq-num.sh \
63 cli/test-trace-copy.sh \
64 cli/test-trace-read.sh \
65 cli/test-trimmer.sh \
66 plugins/sink.text.details/succeed/test-succeed.sh \
67 plugins/sink.text.pretty/test-enum.sh \
68 plugins/sink.text.pretty/test_pretty.py \
69 plugins/sink.text.pretty/test-pretty-python.sh \
70 plugins/src.ctf.lttng-live/test-live.sh \
71 python-plugin-provider/bt_plugin_test_python_plugin_provider.py \
72 python-plugin-provider/test-python-plugin-provider.sh \
73 python-plugin-provider/test_python_plugin_provider.py
74
75 noinst_PROGRAMS =
76
77 TESTS_BINDINGS =
78
79 if ENABLE_PYTHON_BINDINGS
80 TESTS_BINDINGS += bindings/python/bt2/test-python-bt2.sh
81 endif
82
83 TESTS_CLI = \
84 cli/convert/test-convert-args.sh \
85 cli/test-help.sh \
86 cli/test-intersection.sh \
87 cli/test-output-ctf-metadata.sh \
88 cli/test-output-path-ctf-non-lttng-trace.sh \
89 cli/test-packet-seq-num.sh \
90 cli/test-trace-copy.sh \
91 cli/test-trace-read.sh \
92 cli/test-trimmer.sh
93
94 noinst_PROGRAMS += \
95 cpp-common/test-c-string-view
96
97 cpp_common_test_c_string_view_SOURCES = \
98 cpp-common/test-c-string-view.cpp
99
100 cpp_common_test_c_string_view_LDADD = \
101 $(COMMON_TEST_LDADD)
102
103 noinst_PROGRAMS += \
104 cpp-common/test-uuid
105
106 cpp_common_test_uuid_SOURCES = \
107 cpp-common/test-uuid.cpp
108
109 cpp_common_test_uuid_LDADD = \
110 $(COMMON_TEST_LDADD) \
111 $(top_builddir)/src/cpp-common/vendor/fmt/libfmt.la
112
113 TESTS_CPP_COMMON = \
114 cpp-common/test-c-string-view \
115 cpp-common/test-uuid
116
117 TESTS_LIB = \
118 lib/test-bt-uuid \
119 lib/test-bt-values \
120 lib/test-fields.sh \
121 lib/test-graph-topo \
122 lib/test-remove-destruction-listener-in-destruction-listener \
123 lib/test-simple-sink \
124 lib/test-trace-ir-ref
125
126 TESTS_BITFIELD = \
127 bitfield/test-bitfield
128
129 TESTS_CTF_WRITER = \
130 ctf-writer/test-ctf-writer.sh
131
132 if !ENABLE_BUILT_IN_PLUGINS
133 TESTS_LIB += lib/test-plugins.sh
134 endif
135
136 # plugins/flt.utils.muxer
137
138 noinst_PROGRAMS += plugins/flt.utils.muxer/test-clock-compatibility
139
140 plugins_flt_utils_muxer_test_clock_compatibility_SOURCES = \
141 plugins/flt.utils.muxer/test-clock-compatibility.cpp
142
143 plugins_flt_utils_muxer_test_clock_compatibility_LDADD = \
144 $(COMMON_TEST_LDADD) \
145 $(top_builddir)/src/lib/libbabeltrace2.la \
146 $(top_builddir)/src/cpp-common/vendor/fmt/libfmt.la
147
148 dist_check_SCRIPTS += plugins/flt.utils.muxer/test-clock-compatibility.sh
149
150 if ENABLE_BUILT_IN_PLUGINS
151 plugins_flt_utils_muxer_test_clock_compatibility_LDFLAGS = $(call pluginarchive,utils)
152 plugins_flt_utils_muxer_test_clock_compatibility_LDADD += \
153 $(top_builddir)/src/plugins/common/param-validation/libparam-validation.la
154 endif # ENABLE_BUILT_IN_PLUGINS
155
156 TESTS_PLUGINS = \
157 plugins/src.ctf.fs/fail/test-fail.sh \
158 plugins/src.ctf.fs/succeed/test-succeed.sh \
159 plugins/src.ctf.fs/test-deterministic-ordering.sh \
160 plugins/sink.ctf.fs/succeed/test-succeed.sh \
161 plugins/sink.text.details/succeed/test-succeed.sh \
162 plugins/flt.utils.muxer/test-clock-compatibility.sh
163
164 if !ENABLE_BUILT_IN_PLUGINS
165 if ENABLE_PYTHON_BINDINGS
166 TESTS_PLUGINS += plugins/src.ctf.fs/query/test-query-support-info.sh
167 TESTS_PLUGINS += plugins/src.ctf.fs/query/test-query-trace-info.sh
168 TESTS_PLUGINS += plugins/src.ctf.fs/query/test-query-metadata-info.sh
169 TESTS_PLUGINS += plugins/sink.ctf.fs/test-assume-single-trace.sh
170 TESTS_PLUGINS += plugins/sink.ctf.fs/test-stream-names.sh
171 endif
172 endif
173
174 if ENABLE_DEBUG_INFO
175 TESTS_PLUGINS += \
176 plugins/flt.lttng-utils.debug-info/test-dwarf-i386-linux-gnu.sh \
177 plugins/flt.lttng-utils.debug-info/test-dwarf-powerpc-linux-gnu.sh \
178 plugins/flt.lttng-utils.debug-info/test-dwarf-powerpc64le-linux-gnu.sh \
179 plugins/flt.lttng-utils.debug-info/test-dwarf-x86-64-linux-gnu.sh \
180 plugins/flt.lttng-utils.debug-info/test-bin-info-i386-linux-gnu.sh \
181 plugins/flt.lttng-utils.debug-info/test-bin-info-powerpc-linux-gnu.sh \
182 plugins/flt.lttng-utils.debug-info/test-bin-info-powerpc64le-linux-gnu.sh \
183 plugins/flt.lttng-utils.debug-info/test-bin-info-x86-64-linux-gnu.sh
184 endif
185
186 if ENABLE_PYTHON_PLUGINS
187 if ENABLE_PYTHON_BINDINGS
188 TESTS_CLI += \
189 cli/convert/test-auto-source-discovery-grouping.sh \
190 cli/convert/test-auto-source-discovery-log-level.sh \
191 cli/convert/test-auto-source-discovery-params.sh \
192 cli/list-plugins/test-list-plugins.sh \
193 cli/params/test-params.sh \
194 cli/query/test-query.sh \
195 cli/test-exit-status.sh
196
197 TESTS_PLUGINS += plugins/flt.utils.trimmer/test-trimming.sh \
198 plugins/flt.utils.muxer/succeed/test-succeed.sh \
199 plugins/sink.text.pretty/test-enum.sh \
200 plugins/src.ctf.fs/field/test-field.sh
201 endif
202 endif
203
204 if HAVE_PYTHON
205 TESTS_PLUGINS += plugins/src.ctf.lttng-live/test-live.sh
206
207 if DEV_MODE
208 TESTS_LIB += lib/conds/test-conds.sh
209 endif
210 endif
211
212 TESTS_PYTHON_PLUGIN_PROVIDER =
213
214 if ENABLE_PYTHON_PLUGINS
215 TESTS_PYTHON_PLUGIN_PROVIDER += python-plugin-provider/test-python-plugin-provider.sh
216 TESTS_PLUGINS += plugins/sink.text.pretty/test-pretty-python.sh
217 if ENABLE_DEBUG_INFO
218 TESTS_PLUGINS += \
219 plugins/flt.lttng-utils.debug-info/test-succeed.sh
220 endif
221 endif
222
223 TESTS_PARAM_VALIDATION = \
224 param-validation/test-param-validation
225
226 LOG_DRIVER_FLAGS = --merge --comments
227 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \
228 BT_TESTS_SRCDIR='$(abs_top_srcdir)/tests' \
229 BT_TESTS_BUILDDIR='$(abs_top_builddir)/tests' \
230 $(SHELL) $(srcdir)/utils/tap-driver.sh
231
232 TESTS_NO_BITFIELD = \
233 $(TESTS_BINDINGS) \
234 $(TESTS_CLI) \
235 $(TESTS_CPP_COMMON) \
236 $(TESTS_CTF_WRITER) \
237 $(TESTS_LIB) \
238 $(TESTS_PARAM_VALIDATION) \
239 $(TESTS_PLUGINS) \
240 $(TESTS_PYTHON_PLUGIN_PROVIDER)
241
242 TESTS = $(TESTS_NO_BITFIELD) $(TESTS_BITFIELD)
243
244 define check_target
245 check-$(1):
246 $(MAKE) $(AM_MAKEFLAGS) TESTS="$2" check
247 endef
248
249 $(eval $(call check_target,bindings,$(TESTS_BINDINGS)))
250 $(eval $(call check_target,bitfield,$(TESTS_BITFIELD)))
251 $(eval $(call check_target,cli,$(TESTS_CLI)))
252 $(eval $(call check_target,cpp-common,$(TESTS_CPP_COMMON)))
253 $(eval $(call check_target,ctf-writer,$(TESTS_CTF_WRITER)))
254 $(eval $(call check_target,lib,$(TESTS_LIB)))
255 $(eval $(call check_target,plugins,$(TESTS_PLUGINS)))
256 $(eval $(call check_target,python-plugin-provider,$(TESTS_PYTHON_PLUGIN_PROVIDER)))
257
258 check-no-bitfield:
259 $(MAKE) $(AM_MAKEFLAGS) TESTS="$(TESTS_NO_BITFIELD)" check
This page took 0.034746 seconds and 5 git commands to generate.