1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 04:29:01 +00:00
cc65/test/misc
Oliver Schmidt 4a6bca0b56 Run test for the 65C02 code generator / runtime too.
Now that sim65's 65C02 support is actually functional we can run test for the 65C02 support in the compiler and the runtime.

We learn the hard way this is a good idea as there are tests failing when built with optimizations for the 65C02:
- val/compare7
- val/compare8
- val/compare9
- val/compare10
- val/or1
2017-03-19 20:07:19 +01:00
..
cc65141011.c Added comments that explain the unstable behavior of a test program. 2015-06-30 09:00:28 -04:00
common.h makefile for misc, endless.c 2014-11-22 22:22:30 +01:00
endless.c added linefeeds 2014-11-24 20:35:35 +01:00
fields.c moved tests that need special care into misc dir 2014-11-22 19:42:39 +01:00
limits.c moved tests that need special care into misc dir 2014-11-22 19:42:39 +01:00
limits.ref added note on how to continue after failure, added missing limits.ref 2014-11-26 14:22:22 +01:00
Makefile Run test for the 65C02 code generator / runtime too. 2017-03-19 20:07:19 +01:00
sitest.c moved tests that need special care into misc dir 2014-11-22 19:42:39 +01:00