mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 17:53:58 +00:00
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:
committed by
Andreas Rumpf
parent
8990764709
commit
cc0364e72f
17
tests/testament/tshouldfail.nim
Normal file
17
tests/testament/tshouldfail.nim
Normal 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
|
||||
'''
|
||||
"""
|
||||
Reference in New Issue
Block a user