Skip to content

Commit

Permalink
add a tester for rst2html (#15936)
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran authored Nov 12, 2020
1 parent 1413818 commit d0c4c73
Show file tree
Hide file tree
Showing 4 changed files with 864 additions and 0 deletions.
1 change: 1 addition & 0 deletions koch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Loading

0 comments on commit d0c4c73

Please sign in to comment.