cpp-utilities/doc/testapplication.md

19 lines
515 B
Markdown
Raw Normal View History

2017-03-12 20:23:21 +01:00
# Test applications
\brief Arguments supported by test applications created with `TestTarget` CMake
module and the `TestUtilities::TestApplication` class
```
--test-files-path, -p [path]
specifies the path of the directory with test files
--app-path, -a [path]
specifies the path of the application to be tested
--working-dir, -w [path]
specifies the directory to store working copies of test files
--units, -u [unit1] [unit2] [unit3] ...
specifies the units to test; omit to test all units
```