added a testprogram to check for some of the edge cases

This commit is contained in:
mrdudz
2022-04-20 14:50:42 +02:00
parent a0280d4917
commit 99919d2899
5 changed files with 200 additions and 1 deletions

View File

@@ -17,3 +17,10 @@ Overall tests:
--------------
These go into listing/. Refer to listing/readme.txt
Val:
----
Works very much like the /val directory used to test the compiler - individual
tests are run in the simulator and should exit with an exit code of 0 when they
pass, or either -1 or a number indicating what part of the test failed on error.