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
fa8faf87
Commit
fa8faf87
authored
Aug 09, 2023
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move discussion on CLI options to a new section
parent
56c5d418
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
libcaf_test/README.md
libcaf_test/README.md
+9
-4
No files found.
libcaf_test/README.md
View file @
fa8faf87
...
...
@@ -271,10 +271,15 @@ as well as CAF modules. For example, wen writing tests that use feature from
`
caf::net
`, use `
CAF_TEST_MAIN(caf::net::middleman)
` to properly initialize the
meta object tables and networking.
When running a test binary, it will run all tests and scenarios in all suites.
However, the binary provides a command line interface to filter suites,
configure the verbosity, etc. Please run the binary with `
--help
` to see the
available options.
Command Line Interface
----------------------
When using the `
CAF_TEST_MAIN
` macro, the resulting binary will provide a
command line interface to list and run tests. Running the binary without any
arguments will run all tests and scenarios in all suites. However, there are
several command line options to filter suites and tests using a regex, configure
the verbosity, etc. Please run the binary with `
--help
` to see all available
options.
Migrating from the Legacy Test Framework
========================================
...
...
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