summary refs log tree commit diff stats
path: root/tests/flags
Commit message (Collapse)AuthorAgeFilesLines
* remove some custom logic in testament around flags, testExec (#18090)Timothee Cour2021-05-261-6/+0
| | | | | | | * remove some custom logic in testament around flags, testExec * remove testExec, custom logic around flags from testament * fixup
* testament: error instead of silently ignore invalid targets; remove ↵Timothee Cour2020-12-141-1/+1
| | | | | | | | | | | pointless alias target vs targets; document matrix; DRY (#16343) * testament: error instead of silently ignore invalid targets * s/target/targets/ * fix test; refs #16344 * address comments * Update testament/specs.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
|
* make run the default action of a test in testerArne Döring2018-11-231-0/+1
|
* disable some tests for the C++ target; refs #7870Araq2018-11-151-0/+1
|
* Fixes #802, #803 and #3775 - genscript issues (#7677)genotrance2018-04-251-0/+5
* Fixes #802, #803 and #3775 - genscript issues * Test case for genscript * Test script * Verify on Linux * Update categories.nim * Fix merge * Improve test framework * Windows fixes