1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-28 06:30:16 +00:00
cc65/test/misc
Jesse Rosenstock 344aea0669 Add additional test cases for #1209
These test cases don't use dynamic labels.
https://github.com/cc65/cc65/issues/1209#issuecomment-678738971

Also update the original test case for consistency:
* Change failure message to just "FAIL", as there is only one failure
* Outdent label definitions
* Clarify description
2020-08-24 19:15:06 +02:00
..
bug250.c added testcase for issue #250 2020-07-13 15:12:47 +02:00
bug760.c added testcase for issue #760 2020-07-13 15:13:22 +02:00
bug1113.c added test related to issue #1113 2020-07-22 15:55:55 +02:00
bug1209-ind-goto-rev-2.c Add additional test cases for #1209 2020-08-24 19:15:06 +02:00
bug1209-ind-goto-rev-3.c Add additional test cases for #1209 2020-08-24 19:15:06 +02:00
bug1209-ind-goto-rev.c Add additional test cases for #1209 2020-08-24 19:15:06 +02:00
endless.c
goto.c
goto.ref Fixed the reference output of test/misc/goto.c (test/misc/goto.ref). 2020-08-02 23:51:11 +02:00
limits.c
limits.ref
Makefile Add additional test cases for #1209 2020-08-24 19:15:06 +02:00
pptest2.c rework pptest2 into a runable test and move to test/misc (since it does not compile with cc65) 2020-07-21 14:48:49 +02:00
sitest.c properly configure sitest so it could work, if we had the respective features :) 2020-07-21 23:04:03 +02:00