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