make readme a bit more clear (hopefully)
This commit is contained in:
parent
adda9438d2
commit
ae3d3a4b5d
1 changed files with 11 additions and 4 deletions
|
@ -1,6 +1,13 @@
|
||||||
This directory contains test code for automatic regression testing of the CC65
|
This directory contains test code for automatic regression testing of the CC65
|
||||||
compiler.
|
compiler and tools.
|
||||||
|
|
||||||
|
/asm - contains the assembler regression tests
|
||||||
|
|
||||||
|
/dasm - contains the disassembler regression tests
|
||||||
|
|
||||||
|
|
||||||
|
/val, /ref and /err generally contain the tests that are used to verify that the
|
||||||
|
compiler is working as expected (when the tests behave as described):
|
||||||
|
|
||||||
/val - The bulk of tests are contained here, individual tests should exit with
|
/val - The bulk of tests are contained here, individual tests should exit with
|
||||||
an exit code of EXIT_SUCCESS when they pass, or EXIT_FAILURE on error.
|
an exit code of EXIT_SUCCESS when they pass, or EXIT_FAILURE on error.
|
||||||
|
@ -9,6 +16,9 @@ compiler.
|
||||||
|
|
||||||
/err - contains tests that MUST NOT compile
|
/err - contains tests that MUST NOT compile
|
||||||
|
|
||||||
|
|
||||||
|
/todo and /misc generally contain the tests that fail because of known bugs:
|
||||||
|
|
||||||
/todo - These tests fail due to open compiler issues.
|
/todo - These tests fail due to open compiler issues.
|
||||||
|
|
||||||
The makefile in this directory _expects_ the tests to fail, because of
|
The makefile in this directory _expects_ the tests to fail, because of
|
||||||
|
@ -16,9 +26,6 @@ compiler.
|
||||||
moved to /val in the PR fixing the issue, which will make CI pass again.
|
moved to /val in the PR fixing the issue, which will make CI pass again.
|
||||||
No changes to makefiles are required!
|
No changes to makefiles are required!
|
||||||
|
|
||||||
/asm - contains the assembler 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue