X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=bd15c89f9c5370aada0e32bf0c81998ada909147;hb=48c91ddef88697cd80820f00e4c910adfc8fff87;hp=48598dc4c80b2891fc71a40cc3f630ca8adf9beb;hpb=b4363f9625d018e7944339c3f966a4d96d1184c7;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 48598dc4..bd15c89f 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 = @@ -24,10 +24,11 @@ TESTS_CLI = \ cli/test_trimmer TESTS_LIB = \ - lib/test_ctf_writer_complete \ + lib/test_bitfield \ lib/test_bt_values \ - lib/test_trace_ir_ref \ - lib/test_graph_topo + lib/test_ctf_writer_complete \ + lib/test_graph_topo \ + lib/test_trace_ir_ref if !ENABLE_BUILT_IN_PLUGINS TESTS_LIB += lib/test_plugin_complete @@ -41,8 +42,10 @@ endif TESTS_PLUGINS = if !ENABLE_BUILT_IN_PLUGINS -if ENABLE_DEBUG_INFO if ENABLE_PYTHON_BINDINGS +TESTS_PLUGINS += plugins/ctf/test_ctf_plugin + +if ENABLE_DEBUG_INFO TESTS_PLUGINS += plugins/test_lttng_utils_debug_info endif endif @@ -50,8 +53,10 @@ endif if ENABLE_DEBUG_INFO TESTS_PLUGINS += \ - plugins/test_dwarf_complete \ - plugins/test_bin_info_complete + plugins/test_dwarf_i386-linux-gnu \ + plugins/test_dwarf_x86_64-linux-gnu \ + plugins/test_bin_info_i386-linux-gnu \ + plugins/test_bin_info_x86_64-linux-gnu endif TESTS_PYTHON_PLUGIN_PROVIDER =