X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=e6cc483685aa00e897d96d834929745e4910880d;hb=ab9abfca1e296048bbcef0d246cf32f014a87ad2;hp=a0f26a1fbf3506b0f6255733d6faba599be0ffa3;hpb=36abff2a12418e173fdaa9552679c56e2560e89b;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index a0f26a1f..e6cc4836 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = utils cli lib bindings plugins -EXTRA_DIST = $(srcdir)/ctf-traces/** \ - $(srcdir)/debug-info-data/** \ - $(srcdir)/debug-info-data/.build-id/cd/** +# Directories added to EXTRA_DIST will be recursively copied to the distribution. +EXTRA_DIST = $(srcdir)/ctf-traces \ + $(srcdir)/debug-info-data TESTS_BINDINGS = @@ -25,27 +25,27 @@ TESTS_CLI = \ TESTS_LIB = \ lib/test_bitfield \ - lib/test_ctf_writer_complete \ lib/test_bt_values \ - lib/test_ctf_ir_ref \ - lib/test_bt_ctf_field_type_validation \ - lib/test_ir_visit \ - lib/test_bt_notification_heap \ + lib/test_ctf_writer_complete \ lib/test_graph_topo \ - lib/test_cc_prio_map \ - lib/test_bt_notification_iterator + lib/test_trace_ir_ref if !ENABLE_BUILT_IN_PLUGINS TESTS_LIB += lib/test_plugin_complete endif +if ENABLE_PYTHON_BINDINGS +TESTS_LIB += lib/trace-ir/test_trace_ir +TESTS_LIB += lib/ctf-writer/test_ctf_writer +endif + TESTS_PLUGINS = if !ENABLE_BUILT_IN_PLUGINS -TESTS_PLUGINS += plugins/test-utils-muxer-complete +if ENABLE_PYTHON_BINDINGS +TESTS_PLUGINS += plugins/ctf/test_ctf_plugin if ENABLE_DEBUG_INFO -if ENABLE_PYTHON_BINDINGS TESTS_PLUGINS += plugins/test_lttng_utils_debug_info endif endif @@ -53,8 +53,8 @@ endif if ENABLE_DEBUG_INFO TESTS_PLUGINS += \ - plugins/test_dwarf_complete \ - plugins/test_bin_info_complete + plugins/test_dwarf_x86_64-linux-gnu \ + plugins/test_bin_info_x86_64-linux-gnu endif TESTS_PYTHON_PLUGIN_PROVIDER = @@ -66,8 +66,8 @@ endif LOG_DRIVER_FLAGS = '--merge' LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh -TESTS = $(TESTS_BINDINGS) $(TESTS_CLI) $(TESTS_LIB) $(TESTS_PLUGINS) \ - $(TESTS_PYTHON_PLUGIN_PROVIDER) +TESTS = $(TESTS_BINDINGS) $(TESTS_CLI) $(TESTS_LIB) \ + $(TESTS_PLUGINS) $(TESTS_PYTHON_PLUGIN_PROVIDER) define check_target check-$(1):