diff options
author | Miran <narimiran@disroot.org> | 2020-11-12 22:25:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-12 22:25:23 +0100 |
commit | d0c4c738b955f2641baa55ece6b5b90d4e632d8c (patch) | |
tree | 68d5210cfc94e29b84d6755a691da8a60220f737 /koch.nim | |
parent | 1413818aa14fd694d362326f428b470fa22e1a0a (diff) | |
download | Nim-d0c4c738b955f2641baa55ece6b5b90d4e632d8c.tar.gz |
add a tester for rst2html (#15936)
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 1 |
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") |