From: Philippe Proulx Date: Wed, 24 Apr 2019 17:59:38 +0000 (-0400) Subject: Fix: tests/Makefile.am: do not run missing `flt.utils.muxer` X-Git-Tag: v2.0.0-pre5~69 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=c59726bfb43b6c53755e20d4190f1dd21827269c;hp=bb18709be19ebc5b1bd9264cdbd3dd20939bdd05 Fix: tests/Makefile.am: do not run missing `flt.utils.muxer` This test does not exist anymore. Most plugins will be tested in Python or even in Bash with a specific testing sink component class. Signed-off-by: Philippe Proulx --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 14b08d56..48598dc4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -41,8 +41,6 @@ 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