SWDEV-273235 - enabling catch2 config file and graph tests (#2437)
Change-Id: Ia9ce9e4b32aaca0986b86a237ff01a030e8da4d5
[ROCm/hip-tests commit: 2e4d43deb1]
Tento commit je obsažen v:
@@ -35,7 +35,14 @@ Some useful functions are:
|
||||
This information can be accessed in any test via using: `TestContext::get().isAmd()`.
|
||||
|
||||
## Config file schema
|
||||
Some tests can be skipped using a config file placed in same directory as the exe.
|
||||
Some tests can be skipped using a config file placed in hipTestMain/config folder. Multiple config files can be defined for different configurations.
|
||||
The naming convention for the file needs to be "config_platform_os_archname.json"
|
||||
Platform and os are mandatory, "all" for os if the tests needs to be skipped for all OS.
|
||||
Arch name is optional and takes precedence while loading the json file.
|
||||
|
||||
example:
|
||||
config_amd_windows.json
|
||||
config_nvidia_windows.json
|
||||
|
||||
The schema of the json file is as follows:
|
||||
```json
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele