Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #14475; unittest.require now works with `nim c`; require and check now ↵ | Timothee Cour | 2020-07-14 | 1 | -0/+22 |
| | | | | | | | | | | | | | works with -d:nodejs (#14676) * fix #14475; make unittest work with -d:nodejs * fixup * fixup * disable inim, delaunay which failed after unittest.require got fixed * re-enable tests that have been fixed | ||||
* | `addQuitProc` now works with closures, and c, js(node/browser) backend; fix ↵ | Timothee Cour | 2020-06-16 | 1 | -0/+65 |
some bugs in testament (#14342) * make addQuitProc great again * fix bugs in testament * fix test * change 2016 => 2020 * addQuitProc => addExitProc + locks * move to std/exitprocs |