X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=93b83b5090ea0acd18aa5a97ff56c14d7f9f5e28;hb=8deeabc63f54ef7e479a0142c03270358c6671b6;hp=f15d6d85069bd5d9596746426aad216dbadc5ab0;hpb=958f7d11c42386032407496d346a0fedf77d6950;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index f15d6d85..93b83b50 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = utils bin lib bindings +SUBDIRS = utils bin lib bindings plugins LOG_DRIVER_FLAGS='--merge' LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ @@ -21,7 +21,8 @@ TESTS = bin/test_trace_read \ lib/test_bt_notification_heap \ lib/test_plugin_complete \ lib/test_graph_topo \ - lib/test_cc_prio_map + lib/test_cc_prio_map \ + plugins/test-utils-muxer EXTRA_DIST = $(srcdir)/ctf-traces/** \ $(srcdir)/debug-info-data/** \