Commit | Line | Data |
---|---|---|
d0d4e0ed SM |
1 | SUBDIRS = \ |
2 | utils \ | |
3 | lib \ | |
4 | bitfield \ | |
5 | ctf-writer \ | |
6 | plugins \ | |
d0d4e0ed | 7 | param-validation |
ac65e355 | 8 | |
6a284733 | 9 | # Directories added to EXTRA_DIST will be recursively copied to the distribution. |
bbff0ab4 | 10 | EXTRA_DIST = $(srcdir)/data \ |
7bb90dd0 | 11 | bindings/python/bt2/.coveragerc |
1b83271b | 12 | |
7bb90dd0 | 13 | dist_check_SCRIPTS = \ |
7bb90dd0 MJ |
14 | bindings/python/bt2/test_clock_class.py \ |
15 | bindings/python/bt2/test_component_class.py \ | |
16 | bindings/python/bt2/test_component.py \ | |
17 | bindings/python/bt2/test_connection.py \ | |
7bb90dd0 MJ |
18 | bindings/python/bt2/test_event_class.py \ |
19 | bindings/python/bt2/test_event.py \ | |
20 | bindings/python/bt2/test_field_class.py \ | |
21 | bindings/python/bt2/test_field.py \ | |
22 | bindings/python/bt2/test_graph.py \ | |
19bb8b5a | 23 | bindings/python/bt2/test_integer_range_set.py \ |
1e920353 | 24 | bindings/python/bt2/test_interrupter.py \ |
7bb90dd0 MJ |
25 | bindings/python/bt2/test_message_iterator.py \ |
26 | bindings/python/bt2/test_message.py \ | |
6c0b3817 | 27 | bindings/python/bt2/test_package.py \ |
7bb90dd0 MJ |
28 | bindings/python/bt2/test_packet.py \ |
29 | bindings/python/bt2/test_plugin.py \ | |
30 | bindings/python/bt2/test_port.py \ | |
644e0364 | 31 | bindings/python/bt2/test_python_bt2 \ |
7bb90dd0 MJ |
32 | bindings/python/bt2/test_query_executor.py \ |
33 | bindings/python/bt2/test_stream_class.py \ | |
34 | bindings/python/bt2/test_stream.py \ | |
35 | bindings/python/bt2/test_trace_collection_message_iterator.py \ | |
36 | bindings/python/bt2/test_trace.py \ | |
37 | bindings/python/bt2/test_value.py \ | |
38 | bindings/python/bt2/utils.py \ | |
595cc8e0 | 39 | cli/convert/test_auto_source_discovery_grouping \ |
3b9d10e2 PP |
40 | cli/convert/test_auto_source_discovery_params \ |
41 | cli/convert/test_auto_source_discovery_log_level \ | |
595cc8e0 | 42 | cli/convert/test_convert_args \ |
4a879f40 | 43 | cli/list-plugins/test_list_plugins \ |
c7fa6619 | 44 | cli/params/test_params \ |
0076e742 | 45 | cli/query/test_query \ |
b5cd7d65 | 46 | cli/test_exit_status \ |
4bf5c85f | 47 | cli/test_help \ |
644e0364 MJ |
48 | cli/test_intersection \ |
49 | cli/test_output_ctf_metadata \ | |
005d49d6 | 50 | cli/test_output_path_ctf_non_lttng_trace \ |
644e0364 MJ |
51 | cli/test_packet_seq_num \ |
52 | cli/test_trace_copy \ | |
53 | cli/test_trace_read \ | |
54 | cli/test_trimmer \ | |
54d785fa | 55 | plugins/sink.text.details/succeed/test_succeed \ |
584af91e | 56 | plugins/src.ctf.lttng-live/test_live \ |
7bb90dd0 | 57 | python-plugin-provider/bt_plugin_test_python_plugin_provider.py \ |
644e0364 | 58 | python-plugin-provider/test_python_plugin_provider \ |
7bb90dd0 | 59 | python-plugin-provider/test_python_plugin_provider.py |
cd1c5347 | 60 | |
7bb90dd0 | 61 | TESTS_BINDINGS = |
9e607e7c JG |
62 | |
63 | if ENABLE_PYTHON_BINDINGS | |
b04a139e | 64 | TESTS_BINDINGS += bindings/python/bt2/test_python_bt2 |
cd1c5347 PP |
65 | endif |
66 | ||
67 | TESTS_CLI = \ | |
595cc8e0 | 68 | cli/convert/test_convert_args \ |
4bf5c85f | 69 | cli/test_help \ |
7bb90dd0 | 70 | cli/test_intersection \ |
005d49d6 SM |
71 | cli/test_output_path_ctf_non_lttng_trace \ |
72 | cli/test_packet_seq_num \ | |
cd1c5347 | 73 | cli/test_trace_copy \ |
005d49d6 | 74 | cli/test_trace_read \ |
cd1c5347 PP |
75 | cli/test_trimmer |
76 | ||
77 | TESTS_LIB = \ | |
6162e6b7 | 78 | lib/test_bt_uuid \ |
8bd8ac79 | 79 | lib/test_bt_values \ |
21d04293 | 80 | lib/test_graph_topo \ |
8bd8ac79 SM |
81 | lib/test_remove_destruction_listener_in_destruction_listener \ |
82 | lib/test_simple_sink \ | |
83 | lib/test_trace_ir_ref | |
cd1c5347 | 84 | |
906ac65f PP |
85 | TESTS_BITFIELD = \ |
86 | bitfield/test_bitfield | |
87 | ||
331731aa MJ |
88 | TESTS_CTF_WRITER = \ |
89 | ctf-writer/test_ctf_writer | |
90 | ||
cd1c5347 | 91 | if !ENABLE_BUILT_IN_PLUGINS |
644e0364 | 92 | TESTS_LIB += lib/test_plugin |
1805e0b4 PP |
93 | endif |
94 | ||
e30aed9e | 95 | TESTS_PLUGINS = \ |
29a8227a | 96 | plugins/src.ctf.fs/fail/test_fail \ |
1fba7c7b | 97 | plugins/src.ctf.fs/succeed/test_succeed \ |
7b69723d | 98 | plugins/src.ctf.fs/test_deterministic_ordering \ |
54d785fa PP |
99 | plugins/sink.ctf.fs/succeed/test_succeed \ |
100 | plugins/sink.text.details/succeed/test_succeed | |
cd1c5347 PP |
101 | |
102 | if !ENABLE_BUILT_IN_PLUGINS | |
d8992d68 | 103 | if ENABLE_PYTHON_BINDINGS |
493917ba | 104 | TESTS_PLUGINS += plugins/src.ctf.fs/query/test_query_support_info |
b34bfe00 FD |
105 | TESTS_PLUGINS += plugins/src.ctf.fs/query/test_query_trace_info |
106 | TESTS_PLUGINS += plugins/src.ctf.fs/query/test_query_metadata_info | |
d3765576 | 107 | endif |
cd1c5347 PP |
108 | endif |
109 | ||
110 | if ENABLE_DEBUG_INFO | |
111 | TESTS_PLUGINS += \ | |
66251464 PP |
112 | plugins/flt.lttng-utils.debug-info/test_dwarf_i386-linux-gnu \ |
113 | plugins/flt.lttng-utils.debug-info/test_dwarf_powerpc-linux-gnu \ | |
114 | plugins/flt.lttng-utils.debug-info/test_dwarf_powerpc64le-linux-gnu \ | |
115 | plugins/flt.lttng-utils.debug-info/test_dwarf_x86_64-linux-gnu \ | |
116 | plugins/flt.lttng-utils.debug-info/test_bin_info_i386-linux-gnu \ | |
117 | plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc-linux-gnu \ | |
118 | plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc64le-linux-gnu \ | |
119 | plugins/flt.lttng-utils.debug-info/test_bin_info_x86_64-linux-gnu | |
cd1c5347 PP |
120 | endif |
121 | ||
188edac1 SM |
122 | if ENABLE_PYTHON_PLUGINS |
123 | if ENABLE_PYTHON_BINDINGS | |
c7fa6619 SM |
124 | TESTS_CLI += \ |
125 | cli/convert/test_auto_source_discovery_grouping \ | |
3b9d10e2 | 126 | cli/convert/test_auto_source_discovery_log_level \ |
c7fa6619 | 127 | cli/convert/test_auto_source_discovery_params \ |
4a879f40 | 128 | cli/list-plugins/test_list_plugins \ |
b5cd7d65 | 129 | cli/params/test_params \ |
8d4d72be | 130 | cli/query/test_query \ |
b5cd7d65 | 131 | cli/test_exit_status |
c7fa6619 | 132 | |
38403bf5 FD |
133 | TESTS_PLUGINS += plugins/flt.utils.trimmer/test_trimming \ |
134 | plugins/flt.utils.muxer/succeed/test_succeed | |
188edac1 SM |
135 | endif |
136 | endif | |
137 | ||
584af91e PP |
138 | if HAVE_PYTHON |
139 | TESTS_PLUGINS += plugins/src.ctf.lttng-live/test_live | |
140 | endif | |
141 | ||
cd1c5347 PP |
142 | TESTS_PYTHON_PLUGIN_PROVIDER = |
143 | ||
9e607e7c | 144 | if ENABLE_PYTHON_PLUGINS |
cd1c5347 | 145 | TESTS_PYTHON_PLUGIN_PROVIDER += python-plugin-provider/test_python_plugin_provider |
8cca03c6 FD |
146 | if ENABLE_DEBUG_INFO |
147 | TESTS_PLUGINS += \ | |
148 | plugins/flt.lttng-utils.debug-info/test_succeed | |
149 | endif | |
cd1c5347 PP |
150 | endif |
151 | ||
42f2718c SM |
152 | TESTS_PARAM_VALIDATION = \ |
153 | param-validation/test_param_validation | |
154 | ||
644e0364 MJ |
155 | LOG_DRIVER_FLAGS = --merge --comments |
156 | LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \ | |
157 | BT_TESTS_SRCDIR='$(abs_top_srcdir)/tests' \ | |
158 | BT_TESTS_BUILDDIR='$(abs_top_builddir)/tests' \ | |
159 | BT_TESTS_AWK_BIN="$(AWK)" \ | |
160 | BT_TESTS_GREP_BIN="$(GREP)" \ | |
161 | BT_TESTS_PYTHON_BIN="$(PYTHON)" \ | |
e23e08c4 | 162 | BT_TESTS_PYTHON_CONFIG_BIN="$(PYTHON_CONFIG)" \ |
644e0364 | 163 | BT_TESTS_SED_BIN="$(SED)" \ |
86f2cc9e | 164 | $(SHELL) $(srcdir)/utils/tap-driver.sh |
11d328de | 165 | |
906ac65f PP |
166 | TESTS_NO_BITFIELD = \ |
167 | $(TESTS_BINDINGS) \ | |
168 | $(TESTS_CLI) \ | |
169 | $(TESTS_CTF_WRITER) \ | |
170 | $(TESTS_LIB) \ | |
42f2718c | 171 | $(TESTS_PARAM_VALIDATION) \ |
906ac65f PP |
172 | $(TESTS_PLUGINS) \ |
173 | $(TESTS_PYTHON_PLUGIN_PROVIDER) | |
174 | ||
175 | TESTS = $(TESTS_NO_BITFIELD) $(TESTS_BITFIELD) | |
cd1c5347 PP |
176 | |
177 | define check_target | |
178 | check-$(1): | |
179 | $(MAKE) $(AM_MAKEFLAGS) TESTS="$2" check | |
180 | endef | |
181 | ||
182 | $(eval $(call check_target,bindings,$(TESTS_BINDINGS))) | |
906ac65f | 183 | $(eval $(call check_target,bitfield,$(TESTS_BITFIELD))) |
cd1c5347 | 184 | $(eval $(call check_target,cli,$(TESTS_CLI))) |
331731aa | 185 | $(eval $(call check_target,ctf-writer,$(TESTS_CTF_WRITER))) |
cd1c5347 PP |
186 | $(eval $(call check_target,lib,$(TESTS_LIB))) |
187 | $(eval $(call check_target,plugins,$(TESTS_PLUGINS))) | |
188 | $(eval $(call check_target,python-plugin-provider,$(TESTS_PYTHON_PLUGIN_PROVIDER))) | |
906ac65f PP |
189 | |
190 | check-no-bitfield: | |
191 | $(MAKE) $(AM_MAKEFLAGS) TESTS="$(TESTS_NO_BITFIELD)" check |