Fix: tests/Makefile.am: do not run missing `flt.utils.muxer`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Apr 2019 17:59:38 +0000 (13:59 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:12:55 +0000 (00:12 -0400)
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 <eeppeliteloop@gmail.com>
tests/Makefile.am

index 14b08d560cf548a41d6e796ae8e2e4a1bfb07cf8..48598dc4c80b2891fc71a40cc3f630ca8adf9beb 100644 (file)
@@ -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
This page took 0.024446 seconds and 5 git commands to generate.