From d940c9aa8567f8fc208f770d5a9c95285fefe85b Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 13 Jul 2020 17:04:22 +0200 Subject: [PATCH] added a bit more precise description --- test/readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/readme.txt b/test/readme.txt index 2d4413f45..57ebfdd23 100644 --- a/test/readme.txt +++ b/test/readme.txt @@ -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