]> git.sur5r.net Git - cc65/blobdiff - test/readme.txt
Restore src/cc65/locals.c:278 to its orignal state
[cc65] / test / readme.txt
index 308b2fa90a327d0a9cb64636da85ca407b8290fd..cd3b7501a2249f2d70f9438c426f629b5a4831d6 100644 (file)
@@ -12,5 +12,14 @@ compiler.
 /misc - a few tests that need special care of some sort
 
 
-to run the tests use "make clean all" in this (top) directory, the makefile
-should exit with no error.
+to run the tests use "make" in this (top) directory, the makefile should exit
+with no error.
+
+when a test failed you can use "make continue" to run further tests
+
+--------------------------------------------------------------------------------
+
+TODO:
+
+- reduce usage of "common.h" to a minimum
+- convert more tests from using reference output to returning an exit code