- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Jun 25, 2020
-
-
Dmitri Naumov authored
Abort if test definitions exist but no tests were actually constructed from the configuration.
-
Dmitri Naumov authored
This can happen if the regex does not match any of the files in the reference solutions directory.
-
- Jun 01, 2020
-
-
Can be used inside a project file similar to the glob expression in AddTest() (CMake). If the regex-parameter is present, the `file`- parameter is ignored and can be omitted.
-
- May 28, 2020
-
-
Tom Fischer authored
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Nov 15, 2018
-
-
Lars Bilke authored
-
- Nov 14, 2018
-
-
Dmitri Naumov authored
Pass the value directly instead and only check if the string convertible to a double if not empty. This avoids possible losses due to conversion.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Add --reference PATH option to ogs, which when present will execute tests (vtkdiff) constructed from the <test_definiton> section in the project file. This section contains the tester (vtkdiff for now) the file, field, and absolute and relative tolerances. This allows the user to run tests w/o cmake and includes the previously separated test description into the project file.
-