Tester tests (#9787)

* remove --lib:lib
* added some tests for testatment
* tests are addad WIP: add colors switch to tester
* meta tester is integrated
This commit is contained in:
Arne Döring
2018-11-27 10:00:32 +01:00
committed by Andreas Rumpf
parent 8990764709
commit cc0364e72f
15 changed files with 164 additions and 21 deletions

View File

@@ -0,0 +1,17 @@
discard """
cmd: "testament/tester --directory:testament --colors:off --nim:../compiler/nim category shouldfail"
action: compile
nimout: '''
FAIL: tccodecheck.nim C
FAIL: tcolumn.nim C
FAIL: terrormsg.nim C
FAIL: texitcode1.nim C
FAIL: tfile.nim C
FAIL: tline.nim C
FAIL: tmaxcodesize.nim C
FAIL: tnimout.nim C
FAIL: toutput.nim C
FAIL: toutputsub.nim C
FAIL: tsortoutput.nim C
'''
"""