make run the default action of a test in tester

This commit is contained in:
Arne Döring
2018-11-13 15:21:14 +01:00
committed by Araq
parent 610283b9b0
commit 031bfdec6f
50 changed files with 313 additions and 46 deletions

View File

@@ -1 +1,5 @@
discard """
action: compile
"""
import treorder

View File

@@ -1,9 +1,16 @@
discard """
output: '''
abc
xyz
B.foo
'''
"""
# bug #1595, #1612
import mexport2a
proc main() =
echo "Import Test, two lines should follow. One with abc and one with xyz."
printAbc()
printXyz()