added a test that must fail

This commit is contained in:
mrdudz
2022-04-26 17:07:57 +02:00
parent 7c7c5af59f
commit a3ae28a81c
4 changed files with 56 additions and 2 deletions

View File

@@ -18,9 +18,15 @@ Overall tests:
These go into listing/. Refer to listing/readme.txt
Val:
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.
err:
----
Works very much like the /err directory used to test the compiler - individual
tests are assembled and MUST NOT assemble without error.