]> git.sur5r.net Git - cc65/commit
fixed up the rest of the tests, added rudimentary makefile(s)
authormrdudz <mrdudz@users.noreply.github.com>
Sat, 22 Nov 2014 17:28:05 +0000 (18:28 +0100)
committermrdudz <mrdudz@users.noreply.github.com>
Sat, 22 Nov 2014 17:28:05 +0000 (18:28 +0100)
commit6144063a6da78d74b3b251fbbe8a9e073de01935
tree25a149e49895ab3d1622e2abc059d4363decb92c
parent20072a379c009f24c5d6c7792265bcb26d4f7dfb
fixed up the rest of the tests, added rudimentary makefile(s)
36 files changed:
test/.gitignore
test/Makefile [new file with mode: 0644]
test/err/Makefile [new file with mode: 0644]
test/ref/8q.c
test/ref/Makefile [new file with mode: 0644]
test/ref/cc65080227.c
test/ref/cc65080328.c
test/ref/cc65090111.c
test/ref/cc65090124.c
test/ref/cc65090726.c
test/ref/cc65090910.c
test/ref/cc65090913.c
test/ref/cc65091007.c
test/ref/cc65091022.c
test/ref/cc65110211.c
test/ref/cf.c
test/ref/cf.in [new file with mode: 0755]
test/ref/charconst.c
test/ref/common.h [new file with mode: 0644]
test/ref/cvt.c
test/ref/fields.c
test/ref/init.c
test/ref/minimal.c
test/ref/otccex.c
test/ref/paranoia.c
test/ref/pointer2.c
test/ref/spill.c
test/ref/stdarg.c
test/ref/struct.c
test/ref/switch.c
test/ref/wf1.c
test/ref/wf1.in [new file with mode: 0644]
test/ref/yacc.c
test/ref/yacc.in [new file with mode: 0755]
test/ref/yacc2.c
test/val/Makefile