From: Michael Jeanson Date: Thu, 20 Jul 2017 18:53:38 +0000 (-0400) Subject: Fix tests: run plugins test wrapper script X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=54f7c9584ac472be18b379d5029d833e22f0d3b4;p=deliverable%2Fbabeltrace.git Fix tests: run plugins test wrapper script Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index 3516e4242..867ddd965 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -17,4 +17,4 @@ check_SCRIPTS = test-utils-muxer-complete LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh LOG_DRIVER_FLAGS='--merge' -TESTS = test-utils-muxer +TESTS = test-utils-muxer-complete