X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=tests%2FMakefile.am;h=48598dc4c80b2891fc71a40cc3f630ca8adf9beb;hb=fca9fd7dfa103b71eb02ebc67ec92dd3f7d7b10d;hp=19c2483eb3b76762b68fe1688b30cde02c25e502;hpb=11d328decaa033ac5b98b333c4aecfc1d82f6bf5;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 19c2483e..48598dc4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,25 +24,28 @@ TESTS_CLI = \ cli/test_trimmer 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_graph_topo \ - lib/test_cc_prio_map \ - lib/test_bt_notification_iterator + lib/test_trace_ir_ref \ + lib/test_graph_topo 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_DEBUG_INFO +if ENABLE_PYTHON_BINDINGS +TESTS_PLUGINS += plugins/test_lttng_utils_debug_info +endif +endif endif if ENABLE_DEBUG_INFO @@ -60,8 +63,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):