C++ Utilities  4.10.0
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
doc/testapplication.md
Go to the documentation of this file.
1 # Test applications
2 
3 \brief Arguments supported by test applications created with `TestTarget` CMake
4  module and the `TestUtilities::TestApplication` class
5 
6 ```
7 --test-files-path, -p [path]
8  specifies the path of the directory with test files
9 
10 --app-path, -a [path]
11  specifies the path of the application to be tested
12 
13 --working-dir, -w [path]
14  specifies the directory to store working copies of test files
15 
16 --units, -u [unit1] [unit2] [unit3] ...
17  specifies the units to test; omit to test all units
18 ```