mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +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
|
|
@ -377,6 +377,7 @@ sourcechanges:
|
|||
confidence:
|
||||
@printf "\n\n--- Confidence tests ---\n\n"
|
||||
cd src/test/confidence/hello; ./test.sh "$(INSTALLDIR)"
|
||||
cd src/test/confidence/language; ./test.sh "$(INSTALLDIR)"
|
||||
if [ "$(PLATFORM)" != "windows" ] ; then cd src/test/confidence/signal; ./test.sh "$(INSTALLDIR)"; fi
|
||||
cd src/test/confidence/lola; ./test.sh "$(INSTALLDIR)"
|
||||
cd src/test/confidence/arrayassignment; ./test.sh "$(INSTALLDIR)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue