mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
added a bit more precise description
This commit is contained in:
parent
e758110f61
commit
d940c9aa85
@ -9,13 +9,16 @@ compiler.
|
|||||||
|
|
||||||
/err - contains tests that MUST NOT compile
|
/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
|
/asm - contains the assembler regression tests
|
||||||
|
|
||||||
/dasm - contains the disassembler regression tests
|
/dasm - contains the disassembler regression tests
|
||||||
|
|
||||||
/misc - a few tests that need special care of some sort
|
/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
|
to run the tests use "make" in this (top) directory, the makefile should exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user