summary refs log tree commit diff stats
path: root/testament/tester.nim
Commit message (Collapse)AuthorAgeFilesLines
* Tester tests (#9787)Arne Döring2018-11-271-20/+64
| | | | | | | * remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated
* testament: remove debugging echoAraq2018-11-231-1/+0
|
* Windows: disabled testsAraq2018-11-231-1/+1
|
* print more to see the test in the log that was never finished.Arne Döring2018-11-231-1/+2
|
* maybe this time?Arne Döring2018-11-231-4/+12
|
* activated more tests, allow input in test specArne Döring2018-11-231-1/+28
|
* updated tests to be executedArne Döring2018-11-231-1/+1
|
* make run the default action of a test in testerArne Döring2018-11-231-1/+1
|
* Moves fsmonitor into graveyard. Fixes #6718. (#9529)Dominik Picheta2018-10-281-1/+1
|
* make testament compile again with --taintMode:onAraq2018-10-181-1/+1
|
* testament: use NIM_COMPILE_TO_CPP environment variableAraq2018-10-181-2/+4
|
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-1/+1
|
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-0/+522
* testament: move to root dir (it's not a test) * osproc: fix process index passed to afterRunEvent for parallel runs it was passing the index of the process, not index of all commands * testament: complete file move