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-Url: http://git.efficios.com/?p=deliverable%2Fbabeltrace.git;a=commitdiff_plain;h=314abea1427588da05bdc841719bc38d1c806419 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 14b08d560..48598dc4c 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