summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-07-26 18:00:03 +0200
committerGitHub <noreply@github.com>2021-07-26 18:00:03 +0200
commit664dbb6bfbe06ff0ddc4339c0fe80c49d0838ca4 (patch)
tree698201d0ccfca8e00119ec034bf50edd0a9ddbd6 /koch.nim
parentd4c3a09286d1cbb534ed5dbd21d99a18670b3427 (diff)
downloadNim-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.nim2
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: