Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
95c7dd75
Commit
95c7dd75
authored
Jul 13, 2017
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log all messages when using CAF_MESSAGE
parent
4297828b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
libcaf_test/caf/test/unit_test.hpp
libcaf_test/caf/test/unit_test.hpp
+4
-2
No files found.
libcaf_test/caf/test/unit_test.hpp
View file @
95c7dd75
...
...
@@ -33,8 +33,8 @@
#include "caf/fwd.hpp"
#include "caf/term.hpp"
#include "caf/logger.hpp"
#include "caf/optional.hpp"
#include "caf/deep_to_string.hpp"
namespace
caf
{
...
...
@@ -529,7 +529,9 @@ using caf_test_case_auto_fixture = caf::test::dummy_fixture;
// -- Convenience macros -------------------------------------------------------
#define CAF_MESSAGE(msg) CAF_TEST_PRINT_VERBOSE(msg)
#define CAF_MESSAGE(msg) \
CAF_LOG_INFO(msg); \
CAF_TEST_PRINT_VERBOSE(msg)
// -- CAF_CHECK* predicate family ----------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment