diff options
Diffstat (limited to 'host/tests/log_test.cpp')
-rw-r--r-- | host/tests/log_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/tests/log_test.cpp b/host/tests/log_test.cpp index d42e5ffbd..c466777fc 100644 --- a/host/tests/log_test.cpp +++ b/host/tests/log_test.cpp @@ -20,6 +20,8 @@ #include <iostream> BOOST_AUTO_TEST_CASE(test_messages){ + UHD_LOG_FASTPATH("foo"); + UHD_LOG_FASTPATH("bar"); uhd::log::set_log_level(uhd::log::debug); uhd::log::set_console_level(uhd::log::info); uhd::log::add_logger("test", |