mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 23:52:25 +00:00
Add tests for ASH, SYSTEM.LSH and SYSTEM.ROT.
This commit is contained in:
parent
5b77460e4f
commit
c146cab6c1
6 changed files with 131 additions and 0 deletions
5
src/test/confidence/language/test.sh
Normal file
5
src/test/confidence/language/test.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
. ../testenv.sh
|
||||
# Generate mixed source and assembly code listing
|
||||
voc TestLanguage.mod -m
|
||||
./TestLanguage >result
|
||||
. ../testresult.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue