summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2020-11-12 22:25:23 +0100
committerGitHub <noreply@github.com>2020-11-12 22:25:23 +0100
commitd0c4c738b955f2641baa55ece6b5b90d4e632d8c (patch)
tree68d5210cfc94e29b84d6755a691da8a60220f737 /koch.nim
parent1413818aa14fd694d362326f428b470fa22e1a0a (diff)
downloadNim-d0c4c738b955f2641baa55ece6b5b90d4e632d8c.tar.gz
add a tester for rst2html (#15936)
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim
index 47bde9d18..628c81098 100644
--- a/koch.nim
+++ b/koch.nim
@@ -554,6 +554,7 @@ proc runCI(cmd: string) =
         execFold("test with -d:nimHasLibFFI", "$1 $2 -r testament/testament --nim:$1 r tests/misc/trunner.nim -d:nimTrunnerFfi" % [nimFFI, backend])
 
     execFold("Run nimdoc tests", "nim c -r nimdoc/tester")
+    execFold("Run rst2html tests", "nim c -r nimdoc/rsttester")
     execFold("Run nimpretty tests", "nim c -r nimpretty/tester.nim")
     when defined(posix):
       execFold("Run nimsuggest tests", "nim c -r nimsuggest/tester")