From c59726bfb43b6c53755e20d4190f1dd21827269c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 24 Apr 2019 13:59:38 -0400 Subject: [PATCH] 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 --- tests/Makefile.am | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.34.1