use tester directly

This commit is contained in:
Aman Gupta
2015-10-13 16:14:29 -07:00
parent 6e8cb658c3
commit 4c5f8cfd0c
2 changed files with 4 additions and 2 deletions

View File

@@ -26,4 +26,5 @@ script:
- nimble install zip
- nimble install opengl
- nimble install sdl1
- ./koch test --pedantic all
- nim c --taintMode:on tests/testament/tester
- tests/testament/tester --pedantic all

View File

@@ -32,4 +32,5 @@ before_test:
- nimble install zip
test_script:
- koch test --pedantic all
- nim c --taintMode:on tests/testament/tester
- tests/testament/tester --pedantic all