File: testapplication.md

package info (click to toggle)
martchus-cpp-utilities 5.33.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,396 kB
  • sloc: cpp: 12,679; awk: 18; ansic: 12; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Test applications

\brief Arguments supported by test applications created with the `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
```