Commit | Line | Data |
---|---|---|
fac21c87 | 1 | SUBDIRS = utils lib bitfield ctf-writer plugins argpar |
ac65e355 | 2 | |
6a284733 | 3 | # Directories added to EXTRA_DIST will be recursively copied to the distribution. |
bbff0ab4 | 4 | EXTRA_DIST = $(srcdir)/data \ |
7bb90dd0 | 5 | bindings/python/bt2/.coveragerc |
1b83271b | 6 | |
7bb90dd0 | 7 | dist_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 SM |
34 | cli/convert/test_auto_source_discovery_grouping \ |
35 | cli/convert/test_convert_args \ | |
644e0364 MJ |
36 | cli/test_intersection \ |
37 | cli/test_output_ctf_metadata \ | |
38 | cli/test_packet_seq_num \ | |
39 | cli/test_trace_copy \ | |
40 | cli/test_trace_read \ | |
41 | cli/test_trimmer \ | |
7bb90dd0 | 42 | python-plugin-provider/bt_plugin_test_python_plugin_provider.py \ |
644e0364 | 43 | python-plugin-provider/test_python_plugin_provider \ |
7bb90dd0 | 44 | python-plugin-provider/test_python_plugin_provider.py |
cd1c5347 | 45 | |
7bb90dd0 | 46 | TESTS_BINDINGS = |
9e607e7c JG |
47 | |
48 | if ENABLE_PYTHON_BINDINGS | |
b04a139e | 49 | TESTS_BINDINGS += bindings/python/bt2/test_python_bt2 |
cd1c5347 PP |
50 | endif |
51 | ||
fac21c87 PP |
52 | TESTS_ARGPAR = \ |
53 | argpar/test_argpar | |
54 | ||
cd1c5347 | 55 | TESTS_CLI = \ |
595cc8e0 | 56 | cli/convert/test_convert_args \ |
cd1c5347 PP |
57 | cli/test_trace_read \ |
58 | cli/test_packet_seq_num \ | |
7bb90dd0 | 59 | cli/test_intersection \ |
cd1c5347 PP |
60 | cli/test_trace_copy \ |
61 | cli/test_trimmer | |
62 | ||
63 | TESTS_LIB = \ | |
21d04293 | 64 | lib/test_bt_values \ |
6162e6b7 | 65 | lib/test_bt_uuid \ |
21d04293 | 66 | lib/test_graph_topo \ |
8c20dd54 PP |
67 | lib/test_trace_ir_ref \ |
68 | lib/test_simple_sink | |
cd1c5347 | 69 | |
906ac65f PP |
70 | TESTS_BITFIELD = \ |
71 | bitfield/test_bitfield | |
72 | ||
331731aa MJ |
73 | TESTS_CTF_WRITER = \ |
74 | ctf-writer/test_ctf_writer | |
75 | ||
cd1c5347 | 76 | if !ENABLE_BUILT_IN_PLUGINS |
644e0364 | 77 | TESTS_LIB += lib/test_plugin |
1805e0b4 PP |
78 | endif |
79 | ||
e30aed9e | 80 | TESTS_PLUGINS = \ |
1fba7c7b PP |
81 | plugins/src.ctf.fs/succeed/test_succeed \ |
82 | plugins/sink.ctf.fs/succeed/test_succeed | |
cd1c5347 PP |
83 | |
84 | if !ENABLE_BUILT_IN_PLUGINS | |
d8992d68 | 85 | if ENABLE_PYTHON_BINDINGS |
e30aed9e | 86 | TESTS_PLUGINS += plugins/src.ctf.fs/query/test_query |
d3765576 | 87 | endif |
684658b1 PP |
88 | |
89 | if ENABLE_DEBUG_INFO | |
d3765576 FD |
90 | TESTS_PLUGINS += \ |
91 | plugins/flt.lttng-utils.debug-info/test_succeed | |
d8992d68 | 92 | endif |
cd1c5347 PP |
93 | endif |
94 | ||
95 | if ENABLE_DEBUG_INFO | |
96 | TESTS_PLUGINS += \ | |
66251464 PP |
97 | plugins/flt.lttng-utils.debug-info/test_dwarf_i386-linux-gnu \ |
98 | plugins/flt.lttng-utils.debug-info/test_dwarf_powerpc-linux-gnu \ | |
99 | plugins/flt.lttng-utils.debug-info/test_dwarf_powerpc64le-linux-gnu \ | |
100 | plugins/flt.lttng-utils.debug-info/test_dwarf_x86_64-linux-gnu \ | |
101 | plugins/flt.lttng-utils.debug-info/test_bin_info_i386-linux-gnu \ | |
102 | plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc-linux-gnu \ | |
103 | plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc64le-linux-gnu \ | |
104 | plugins/flt.lttng-utils.debug-info/test_bin_info_x86_64-linux-gnu | |
cd1c5347 PP |
105 | endif |
106 | ||
188edac1 SM |
107 | if ENABLE_PYTHON_PLUGINS |
108 | if ENABLE_PYTHON_BINDINGS | |
595cc8e0 | 109 | TESTS_CLI += cli/convert/test_auto_source_discovery_grouping |
38403bf5 FD |
110 | TESTS_PLUGINS += plugins/flt.utils.trimmer/test_trimming \ |
111 | plugins/flt.utils.muxer/succeed/test_succeed | |
188edac1 SM |
112 | endif |
113 | endif | |
114 | ||
cd1c5347 PP |
115 | TESTS_PYTHON_PLUGIN_PROVIDER = |
116 | ||
9e607e7c | 117 | if ENABLE_PYTHON_PLUGINS |
cd1c5347 PP |
118 | TESTS_PYTHON_PLUGIN_PROVIDER += python-plugin-provider/test_python_plugin_provider |
119 | endif | |
120 | ||
644e0364 MJ |
121 | LOG_DRIVER_FLAGS = --merge --comments |
122 | LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \ | |
123 | BT_TESTS_SRCDIR='$(abs_top_srcdir)/tests' \ | |
124 | BT_TESTS_BUILDDIR='$(abs_top_builddir)/tests' \ | |
125 | BT_TESTS_AWK_BIN="$(AWK)" \ | |
126 | BT_TESTS_GREP_BIN="$(GREP)" \ | |
127 | BT_TESTS_PYTHON_BIN="$(PYTHON)" \ | |
e23e08c4 | 128 | BT_TESTS_PYTHON_CONFIG_BIN="$(PYTHON_CONFIG)" \ |
644e0364 | 129 | BT_TESTS_SED_BIN="$(SED)" \ |
86f2cc9e | 130 | $(SHELL) $(srcdir)/utils/tap-driver.sh |
11d328de | 131 | |
906ac65f | 132 | TESTS_NO_BITFIELD = \ |
fac21c87 | 133 | $(TESTS_ARGPAR) \ |
906ac65f PP |
134 | $(TESTS_BINDINGS) \ |
135 | $(TESTS_CLI) \ | |
136 | $(TESTS_CTF_WRITER) \ | |
137 | $(TESTS_LIB) \ | |
138 | $(TESTS_PLUGINS) \ | |
139 | $(TESTS_PYTHON_PLUGIN_PROVIDER) | |
140 | ||
141 | TESTS = $(TESTS_NO_BITFIELD) $(TESTS_BITFIELD) | |
cd1c5347 PP |
142 | |
143 | define check_target | |
144 | check-$(1): | |
145 | $(MAKE) $(AM_MAKEFLAGS) TESTS="$2" check | |
146 | endef | |
147 | ||
fac21c87 | 148 | $(eval $(call check_target,argpar,$(TESTS_ARGPAR))) |
cd1c5347 | 149 | $(eval $(call check_target,bindings,$(TESTS_BINDINGS))) |
906ac65f | 150 | $(eval $(call check_target,bitfield,$(TESTS_BITFIELD))) |
cd1c5347 | 151 | $(eval $(call check_target,cli,$(TESTS_CLI))) |
331731aa | 152 | $(eval $(call check_target,ctf-writer,$(TESTS_CTF_WRITER))) |
cd1c5347 PP |
153 | $(eval $(call check_target,lib,$(TESTS_LIB))) |
154 | $(eval $(call check_target,plugins,$(TESTS_PLUGINS))) | |
155 | $(eval $(call check_target,python-plugin-provider,$(TESTS_PYTHON_PLUGIN_PROVIDER))) | |
906ac65f PP |
156 | |
157 | check-no-bitfield: | |
158 | $(MAKE) $(AM_MAKEFLAGS) TESTS="$(TESTS_NO_BITFIELD)" check |