1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

added a bit more precise description

This commit is contained in:
mrdudz 2020-07-13 17:04:22 +02:00
parent e758110f61
commit d940c9aa85

View File

@ -9,13 +9,16 @@ compiler.
/err - contains tests that MUST NOT compile
/todo - these tests fail due to open compiler issues
/todo - these tests fail due to open compiler issues.
when an issue was fixed, the test should get moved to /var
/asm - contains the assembler regression tests
/dasm - contains the disassembler regression tests
/misc - a few tests that need special care of some sort
tests that (incorrectly) fail to compile and other tests that fail and
do NOT return an exit code are collected here.
to run the tests use "make" in this (top) directory, the makefile should exit