summary refs log tree commit diff stats
path: root/testament/testament.nim
Commit message (Collapse)AuthorAgeFilesLines
* testament: add azure integrationLeorize2019-10-031-10/+23
|
* Locks modules should give a compile error when threads are not enabled. (#12231)Ray Imber2019-09-261-0/+4
| | | | | | | | * Locks modules should give a compile error when threads are not enabled. * fix the compile flags to make the tests pass, or ignore files where necessary. * Fixed when statement to account for doc builds.
* added a testcase for #12195; testament now supports a 'timeout' spec fieldAraq2019-09-171-1/+4
|
* make tests green againAndreas Rumpf2019-09-131-1/+1
|
* Fixed c filenames mangling (#12161)Yuriy Glukhov2019-09-111-1/+1
|
* fix testsTimothee Cour2019-09-061-2/+1
|
* make testament a tool we ship with Nim; fixes #12084 (#12088)Andreas Rumpf2019-08-301-0/+733
* make testament a tool we ship with Nim; fixes #12084 * moved config to fit * adapt testament tests to use the testament binary