1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00
cc65/test/ref
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
..
8q.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
array.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
cc65070303.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
cc65080227.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cc65080328.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cc65090111.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cc65090124.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cc65090726.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cc65090910.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cc65090913.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cc65091007.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cc65091022.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cc65101102.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
cc65101209.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
cc65101216.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
cc65110210.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
cc65110211.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cf.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cf.in added linefeeds 2014-11-24 20:35:35 +01:00
charconst.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
charset.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
common.h fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
cvt.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
dijkstra.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
divmod.c Fix line endings (CRLF -> LF) on all affected files. 2017-03-10 11:21:14 +01:00
hanoi.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
ifexpr.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
incr.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
init.c Fix line endings (CRLF -> LF) on all affected files. 2017-03-10 11:21:14 +01:00
macro.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
Makefile Run test for the 65C02 code generator / runtime too. 2017-03-19 20:07:19 +01:00
mandel.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
minimal.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
otccex.c Changed the compiler test-suite to work with the fastcall-default version of cc65. 2015-04-22 10:05:07 -04:00
paranoia.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
pointer2.c Fix line endings (CRLF -> LF) on all affected files. 2017-03-10 11:21:14 +01:00
return.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
sort.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
spill.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
stdarg.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
strptr.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
struct.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
switch.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
switch2.c Fix line endings (CRLF -> LF) on all affected files. 2017-03-10 11:21:14 +01:00
varargs.c Fix line endings (CRLF -> LF) on all affected files. 2017-03-10 11:21:14 +01:00
wf1.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
wf1.in fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
yacc.c Fixed a pointer test again -- but, it's better than in pull request #391. 2017-03-11 15:11:15 -05:00
yacc.in added linefeeds 2014-11-24 20:35:35 +01:00
yacc2.c fixed up the rest of the tests, added rudimentary makefile(s) 2014-11-22 18:28:05 +01:00
yaccdbg.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00