]> git.sur5r.net Git - cc65/commit
added tests as prepared by oliver 135/head
authormrdudz <mrdudz@users.noreply.github.com>
Wed, 24 Sep 2014 14:45:10 +0000 (16:45 +0200)
committerIngo Korb <ingo@akana.de>
Thu, 25 Sep 2014 19:38:34 +0000 (21:38 +0200)
commitca300826cf6e27868901d6781dd329c6d286f71c
tree2eaa43941638fa1a111710cbb0bf86d02141774e
parentd75f9c205131b800187a28a58577f357a3b233ef
added tests as prepared by oliver
121 files changed:
test/err/cc65091001.c [new file with mode: 0644]
test/err/front.c [new file with mode: 0644]
test/ref/8q.c [new file with mode: 0644]
test/ref/array.c [new file with mode: 0644]
test/ref/cc65070303.c [new file with mode: 0644]
test/ref/cc65080227.c [new file with mode: 0644]
test/ref/cc65080328.c [new file with mode: 0644]
test/ref/cc65090111.c [new file with mode: 0644]
test/ref/cc65090124.c [new file with mode: 0644]
test/ref/cc65090726.c [new file with mode: 0644]
test/ref/cc65090910.c [new file with mode: 0644]
test/ref/cc65090913.c [new file with mode: 0644]
test/ref/cc65091007.c [new file with mode: 0644]
test/ref/cc65091022.c [new file with mode: 0644]
test/ref/cc65101102.c [new file with mode: 0644]
test/ref/cc65101209.c [new file with mode: 0644]
test/ref/cc65101216.c [new file with mode: 0644]
test/ref/cc65110210.c [new file with mode: 0644]
test/ref/cc65110211.c [new file with mode: 0644]
test/ref/cf.c [new file with mode: 0644]
test/ref/charconst.c [new file with mode: 0644]
test/ref/charset.c [new file with mode: 0644]
test/ref/cvt.c [new file with mode: 0644]
test/ref/dijkstra.c [new file with mode: 0644]
test/ref/divmod.c [new file with mode: 0644]
test/ref/fields.c [new file with mode: 0644]
test/ref/hanoi.c [new file with mode: 0644]
test/ref/ifexpr.c [new file with mode: 0644]
test/ref/incr.c [new file with mode: 0644]
test/ref/init.c [new file with mode: 0644]
test/ref/limits.c [new file with mode: 0644]
test/ref/macro.c [new file with mode: 0644]
test/ref/mandel.c [new file with mode: 0644]
test/ref/minimal.c [new file with mode: 0644]
test/ref/otccex.c [new file with mode: 0644]
test/ref/paranoia.c [new file with mode: 0644]
test/ref/pointer2.c [new file with mode: 0644]
test/ref/return.c [new file with mode: 0644]
test/ref/sort.c [new file with mode: 0644]
test/ref/spill.c [new file with mode: 0644]
test/ref/stdarg.c [new file with mode: 0644]
test/ref/strptr.c [new file with mode: 0644]
test/ref/struct.c [new file with mode: 0644]
test/ref/switch.c [new file with mode: 0644]
test/ref/switch2.c [new file with mode: 0644]
test/ref/varargs.c [new file with mode: 0644]
test/ref/wf1.c [new file with mode: 0644]
test/ref/yacc.c [new file with mode: 0644]
test/ref/yacc2.c [new file with mode: 0644]
test/ref/yaccdbg.c [new file with mode: 0644]
test/val/add1.c [new file with mode: 0644]
test/val/add1.o [new file with mode: 0644]
test/val/add1.prg [new file with mode: 0644]
test/val/add2.c [new file with mode: 0644]
test/val/add3.c [new file with mode: 0644]
test/val/add3.o [new file with mode: 0644]
test/val/add3.prg [new file with mode: 0644]
test/val/add4.c [new file with mode: 0644]
test/val/add4.o [new file with mode: 0644]
test/val/add4.prg [new file with mode: 0644]
test/val/and1.c [new file with mode: 0644]
test/val/and2.c [new file with mode: 0644]
test/val/atoi-test.c [new file with mode: 0644]
test/val/bool1.c [new file with mode: 0644]
test/val/bool3.c [new file with mode: 0644]
test/val/call1.c [new file with mode: 0644]
test/val/cc65091020.c [new file with mode: 0644]
test/val/compare1.c [new file with mode: 0644]
test/val/compare10.c [new file with mode: 0644]
test/val/compare2.c [new file with mode: 0644]
test/val/compare3.c [new file with mode: 0644]
test/val/compare4.c [new file with mode: 0644]
test/val/compare5.c [new file with mode: 0644]
test/val/compare6.c [new file with mode: 0644]
test/val/compare7.c [new file with mode: 0644]
test/val/compare8.c [new file with mode: 0644]
test/val/compare9.c [new file with mode: 0644]
test/val/cq22.c [new file with mode: 0644]
test/val/cq241.c [new file with mode: 0644]
test/val/cq243.c [new file with mode: 0644]
test/val/cq244.c [new file with mode: 0644]
test/val/cq25.c [new file with mode: 0644]
test/val/cq26.c [new file with mode: 0644]
test/val/cq4.c [new file with mode: 0644]
test/val/cq61.c [new file with mode: 0644]
test/val/cq626.c [new file with mode: 0644]
test/val/cq71.c [new file with mode: 0644]
test/val/cq714.c [new file with mode: 0644]
test/val/cq714b.c [new file with mode: 0644]
test/val/cq715.c [new file with mode: 0644]
test/val/cq72.c [new file with mode: 0644]
test/val/cq757.c [new file with mode: 0644]
test/val/cq7813.c [new file with mode: 0644]
test/val/cq81.c [new file with mode: 0644]
test/val/cq84.c [new file with mode: 0644]
test/val/cq85.c [new file with mode: 0644]
test/val/cq86.c [new file with mode: 0644]
test/val/cq88.c [new file with mode: 0644]
test/val/cq9.c [new file with mode: 0644]
test/val/for.c [new file with mode: 0644]
test/val/mult1.c [new file with mode: 0644]
test/val/nestfor.c [new file with mode: 0644]
test/val/or1.c [new file with mode: 0644]
test/val/pointer1.c [new file with mode: 0644]
test/val/ptrfunc.c [new file with mode: 0644]
test/val/rotate1.c [new file with mode: 0644]
test/val/rotate2.c [new file with mode: 0644]
test/val/rotate3.c [new file with mode: 0644]
test/val/rotate4.c [new file with mode: 0644]
test/val/rotate5.c [new file with mode: 0644]
test/val/rotate6.c [new file with mode: 0644]
test/val/rotate7.c [new file with mode: 0644]
test/val/sitest.c [new file with mode: 0644]
test/val/strtol-test.c [new file with mode: 0644]
test/val/strtoul-test.c [new file with mode: 0644]
test/val/struct1.c [new file with mode: 0644]
test/val/sub1.c [new file with mode: 0644]
test/val/sub2.c [new file with mode: 0644]
test/val/switch1.c [new file with mode: 0644]
test/val/while.c [new file with mode: 0644]
test/val/xor.c [new file with mode: 0644]