1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +00:00
cc65/test/misc
Oliver Schmidt c658acbf85 Avoid cl65 in tests.
cl65 creates intermediate files based on the source file name in the source file directory. Calling cl65 in parallel with the same source file causes those intermediate files to get overwritten.

Fixes #1080
2020-08-26 20:39:34 +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
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 versionable header for sim65 2019-05-29 22:56:51 +02:00
goto.c Proper warnings for "risky" gotos. 2018-10-02 18:49:53 +02:00
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 remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
limits.ref added note on how to continue after failure, added missing limits.ref 2014-11-26 14:22:22 +01:00
Makefile Avoid cl65 in tests. 2020-08-26 20:39:34 +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