Add tests for ASH, SYSTEM.LSH and SYSTEM.ROT.

This commit is contained in:
David Brown 2016-07-16 18:29:51 +01:00
parent 5b77460e4f
commit c146cab6c1
6 changed files with 131 additions and 0 deletions

View file

@ -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)"