File: testapplication.md

package info (click to toggle)
martchus-cpp-utilities 5.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,352 kB
  • sloc: cpp: 12,471; awk: 18; ansic: 12; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (2)
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 `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
```