]> git.sur5r.net Git - cc65/commit
Run test for the 65C02 code generator / runtime too.
authorOliver Schmidt <ol.sc@web.de>
Sun, 19 Mar 2017 19:07:19 +0000 (20:07 +0100)
committerOliver Schmidt <ol.sc@web.de>
Sun, 19 Mar 2017 19:07:19 +0000 (20:07 +0100)
commit4a6bca0b560ae2c1a7cfe3b14f75ee38094b9b76
tree3d98273eafe76792816b953733c860054f6f7d63
parentff9b77b6cc96fbdfd06e7f4d6442d4b8c4dd9f86
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
test/misc/Makefile
test/ref/Makefile
test/val/Makefile