Commit | Line | Data |
---|---|---|
331731aa | 1 | SUBDIRS = utils lib ctf-writer plugins |
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_priority_map.py \ |
9 | bindings/python/bt2/test_clock_class.py \ | |
10 | bindings/python/bt2/test_component_class.py \ | |
11 | bindings/python/bt2/test_component.py \ | |
12 | bindings/python/bt2/test_connection.py \ | |
13 | bindings/python/bt2/test_ctf_writer_clock.py \ | |
14 | bindings/python/bt2/test_event_class.py \ | |
15 | bindings/python/bt2/test_event.py \ | |
16 | bindings/python/bt2/test_field_class.py \ | |
17 | bindings/python/bt2/test_field.py \ | |
18 | bindings/python/bt2/test_graph.py \ | |
19 | bindings/python/bt2/test_message_iterator.py \ | |
20 | bindings/python/bt2/test_message.py \ | |
21 | bindings/python/bt2/test_packet.py \ | |
22 | bindings/python/bt2/test_plugin.py \ | |
23 | bindings/python/bt2/test_port.py \ | |
644e0364 | 24 | bindings/python/bt2/test_python_bt2 \ |
7bb90dd0 MJ |
25 | bindings/python/bt2/test_query_executor.py \ |
26 | bindings/python/bt2/test_stream_class.py \ | |
27 | bindings/python/bt2/test_stream.py \ | |
28 | bindings/python/bt2/test_trace_collection_message_iterator.py \ | |
29 | bindings/python/bt2/test_trace.py \ | |
30 | bindings/python/bt2/test_value.py \ | |
31 | bindings/python/bt2/utils.py \ | |
644e0364 MJ |
32 | cli/test_convert_args \ |
33 | cli/test_intersection \ | |
34 | cli/test_output_ctf_metadata \ | |
35 | cli/test_packet_seq_num \ | |
36 | cli/test_trace_copy \ | |
37 | cli/test_trace_read \ | |
38 | cli/test_trimmer \ | |
7bb90dd0 | 39 | python-plugin-provider/bt_plugin_test_python_plugin_provider.py \ |
644e0364 | 40 | python-plugin-provider/test_python_plugin_provider \ |
7bb90dd0 | 41 | python-plugin-provider/test_python_plugin_provider.py |
cd1c5347 | 42 | |
7bb90dd0 | 43 | TESTS_BINDINGS = |
9e607e7c JG |
44 | |
45 | if ENABLE_PYTHON_BINDINGS | |
b04a139e | 46 | TESTS_BINDINGS += bindings/python/bt2/test_python_bt2 |
cd1c5347 PP |
47 | endif |
48 | ||
49 | TESTS_CLI = \ | |
50 | cli/test_trace_read \ | |
51 | cli/test_packet_seq_num \ | |
52 | cli/test_convert_args \ | |
7bb90dd0 | 53 | cli/test_intersection \ |
cd1c5347 PP |
54 | cli/test_trace_copy \ |
55 | cli/test_trimmer | |
56 | ||
57 | TESTS_LIB = \ | |
4041a53e | 58 | lib/test_bitfield \ |
cd1c5347 | 59 | lib/test_bt_values \ |
4041a53e SM |
60 | lib/test_graph_topo \ |
61 | lib/test_trace_ir_ref | |
cd1c5347 | 62 | |
331731aa MJ |
63 | TESTS_CTF_WRITER = \ |
64 | ctf-writer/test_ctf_writer | |
65 | ||
cd1c5347 | 66 | if !ENABLE_BUILT_IN_PLUGINS |
644e0364 | 67 | TESTS_LIB += lib/test_plugin |
1805e0b4 PP |
68 | endif |
69 | ||
e30aed9e PP |
70 | TESTS_PLUGINS = \ |
71 | plugins/src.ctf.fs/succeed/test_succeed | |
cd1c5347 PP |
72 | |
73 | if !ENABLE_BUILT_IN_PLUGINS | |
d8992d68 | 74 | if ENABLE_PYTHON_BINDINGS |
e30aed9e | 75 | TESTS_PLUGINS += plugins/src.ctf.fs/query/test_query |
684658b1 PP |
76 | |
77 | if ENABLE_DEBUG_INFO | |
66251464 | 78 | TESTS_PLUGINS += plugins/flt.lttng-utils.debug-info/test_lttng_utils_debug_info |
d8992d68 PP |
79 | endif |
80 | endif | |
cd1c5347 PP |
81 | endif |
82 | ||
83 | if ENABLE_DEBUG_INFO | |
84 | TESTS_PLUGINS += \ | |
66251464 PP |
85 | plugins/flt.lttng-utils.debug-info/test_dwarf_i386-linux-gnu \ |
86 | plugins/flt.lttng-utils.debug-info/test_dwarf_powerpc-linux-gnu \ | |
87 | plugins/flt.lttng-utils.debug-info/test_dwarf_powerpc64le-linux-gnu \ | |
88 | plugins/flt.lttng-utils.debug-info/test_dwarf_x86_64-linux-gnu \ | |
89 | plugins/flt.lttng-utils.debug-info/test_bin_info_i386-linux-gnu \ | |
90 | plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc-linux-gnu \ | |
91 | plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc64le-linux-gnu \ | |
92 | plugins/flt.lttng-utils.debug-info/test_bin_info_x86_64-linux-gnu | |
cd1c5347 PP |
93 | endif |
94 | ||
95 | TESTS_PYTHON_PLUGIN_PROVIDER = | |
96 | ||
9e607e7c | 97 | if ENABLE_PYTHON_PLUGINS |
cd1c5347 PP |
98 | TESTS_PYTHON_PLUGIN_PROVIDER += python-plugin-provider/test_python_plugin_provider |
99 | endif | |
100 | ||
644e0364 MJ |
101 | LOG_DRIVER_FLAGS = --merge --comments |
102 | LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \ | |
103 | BT_TESTS_SRCDIR='$(abs_top_srcdir)/tests' \ | |
104 | BT_TESTS_BUILDDIR='$(abs_top_builddir)/tests' \ | |
105 | BT_TESTS_AWK_BIN="$(AWK)" \ | |
106 | BT_TESTS_GREP_BIN="$(GREP)" \ | |
107 | BT_TESTS_PYTHON_BIN="$(PYTHON)" \ | |
108 | BT_TESTS_SED_BIN="$(SED)" \ | |
109 | $(SHELL) $(top_srcdir)/config/tap-driver.sh | |
11d328de | 110 | |
331731aa | 111 | TESTS = $(TESTS_BINDINGS) $(TESTS_CLI) $(TESTS_CTF_WRITER) $(TESTS_LIB) \ |
1805e0b4 | 112 | $(TESTS_PLUGINS) $(TESTS_PYTHON_PLUGIN_PROVIDER) |
cd1c5347 PP |
113 | |
114 | define check_target | |
115 | check-$(1): | |
116 | $(MAKE) $(AM_MAKEFLAGS) TESTS="$2" check | |
117 | endef | |
118 | ||
119 | $(eval $(call check_target,bindings,$(TESTS_BINDINGS))) | |
120 | $(eval $(call check_target,cli,$(TESTS_CLI))) | |
331731aa | 121 | $(eval $(call check_target,ctf-writer,$(TESTS_CTF_WRITER))) |
cd1c5347 PP |
122 | $(eval $(call check_target,lib,$(TESTS_LIB))) |
123 | $(eval $(call check_target,plugins,$(TESTS_PLUGINS))) | |
124 | $(eval $(call check_target,python-plugin-provider,$(TESTS_PYTHON_PLUGIN_PROVIDER))) |