From: mrdudz Date: Sun, 23 Nov 2014 11:50:47 +0000 (+0100) Subject: removed common.h reference X-Git-Tag: V2.15~29^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e3fdbc0a4bf8832e230e011d8301ac60a48cd0f0;p=cc65 removed common.h reference --- diff --git a/test/readme.txt b/test/readme.txt index 673ecabdb..ca188878b 100644 --- a/test/readme.txt +++ b/test/readme.txt @@ -14,3 +14,10 @@ compiler. to run the tests use "make" in this (top) directory, the makefile should exit with no error. + +-------------------------------------------------------------------------------- + +TODO: + +- reduce usage of "common.h" to a minimum +- convert more tests from using reference output to returning an exit code diff --git a/test/todo b/test/todo deleted file mode 100644 index 08f04ad79..000000000 --- a/test/todo +++ /dev/null @@ -1,2 +0,0 @@ - -- reduce usage of "common.h" to a minimum diff --git a/test/val/cc65091020.c b/test/val/cc65091020.c index 8f62f970e..d23b70a06 100644 --- a/test/val/cc65091020.c +++ b/test/val/cc65091020.c @@ -5,8 +5,7 @@ !!AUTHOR!! Johan Kotlinski */ -#include "common.h" - +#include #include struct { diff --git a/test/val/compare5.c b/test/val/compare5.c index b0a9f1649..9e0c97a63 100644 --- a/test/val/compare5.c +++ b/test/val/compare5.c @@ -4,8 +4,6 @@ !!LICENCE!! GPL, read COPYING.GPL */ -#include "common.h" - #include #include @@ -19,9 +17,6 @@ unsigned char success = 0; unsigned char failures = 0; unsigned char dummy = 0; -#ifdef SUPPORT_BIT_TYPES -bit bit0 = 0; -#endif int int0 = 0; int int1 = 0; char char0 = 0;