1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-30 04:29:26 +00:00
cc65/test/val
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
..
add1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
add2.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
add3.c added makefile and common include 2014-11-22 16:59:31 +01:00
add3a.c two more tests 2015-07-09 17:36:12 +02:00
add4.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
add5.c Added a cc65 regression test for pointer and offset addition operations. 2016-01-01 11:39:55 -05:00
and1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
and2.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
atoi-test.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
bool1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
bool3.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
call1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
casttochar.c two more tests 2015-07-09 17:36:12 +02:00
cc65091020.c removed common.h reference 2014-11-23 12:50:47 +01:00
cc65141002.c added 3 more test 2015-06-29 01:57:39 +02:00
cc65141022.c Fixed an uninitiated pointer. 2015-06-30 08:54:13 -04:00
cc65150311.c patch from Uz that makes some illegal operations on pointers error out 2015-07-10 14:27:49 +02:00
common.h added makefile and common include 2014-11-22 17:02:46 +01:00
compare1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare2.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare3.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare4.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare5.c removed common.h reference 2014-11-23 12:50:47 +01:00
compare6.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare7.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare8.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare9.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare10.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
cq4.c include s26 to get bitsize of char 2014-11-22 16:45:23 +01:00
cq9.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq22.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq25.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq26.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq61.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq71.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq72.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq81.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq84.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq85.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq86.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq88.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq241.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq243.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq244.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq626.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq714.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq714b.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq715.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq757.c added makefile and common include 2014-11-22 16:59:31 +01:00
cq7813.c added makefile and common include 2014-11-22 16:59:31 +01:00
duffs-device.c Added Duff's Device to tests. 2016-08-15 11:26:03 -07:00
for.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
mult1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
nestfor.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
or1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
pointed-array.c Removed some trailing whitespace; and, expanded a tab. 2015-07-01 10:09:11 -04:00
pointer1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
ptrfunc.c Added some names to the list of test-suite programs that need the --all-cdecl work-around. 2015-06-25 13:57:17 -04:00
rotate1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate2.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate3.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate4.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate5.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate6.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate7.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate8.c Added a regression test program for the changes in the right-shift optimizer. 2015-12-14 11:46:30 -05:00
static-1.c Added regression tests of diagnostics for conflicts between extern/public and static declarations. 2015-08-13 03:39:35 -04:00
static-fwd-decl.c Add regression test for #204. 2017-03-09 20:40:20 +01:00
strtol-test.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
strtoul-test.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
struct1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
sub1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
sub2.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
switch1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
switch2.c Updated switch statement comments. 2016-08-19 20:21:10 -07:00
void-size1.c Made C's sizeof operator work with initialized void variables. 2017-03-12 14:41:32 -04:00
while.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
xor.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00