diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-07-26 18:00:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 18:00:03 +0200 |
commit | 664dbb6bfbe06ff0ddc4339c0fe80c49d0838ca4 (patch) | |
tree | 698201d0ccfca8e00119ec034bf50edd0a9ddbd6 /koch.nim | |
parent | d4c3a09286d1cbb534ed5dbd21d99a18670b3427 (diff) | |
download | Nim-664dbb6bfbe06ff0ddc4339c0fe80c49d0838ca4.tar.gz |
atlas tool: testing via mocking (#18588)
* atlas: refactoring * Atlas: do some basic testing via mocking
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim index da7576e65..4296e4529 100644 --- a/koch.nim +++ b/koch.nim @@ -594,6 +594,8 @@ proc runCI(cmd: string) = when defined(posix): execFold("Run nimsuggest tests", "nim r nimsuggest/tester") + execFold("Run atlas tests", "nim c -r -d:atlasTests tools/atlas/atlas.nim clone https://github.com/disruptek/balls") + when not defined(bsd): if not doUseCpp: # the BSDs are overwhelmed already, so only run this test on the other machines: |