1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/test/val
2021-04-05 15:49:54 +02:00
..
add1.c
add2.c
add3.c added makefile and common include 2014-11-22 16:59:31 +01:00
add3a.c Removed executable bit. 2020-07-12 23:11:43 +02:00
add4.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
add5.c
and1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
and2.c
anon-struct1.c
anon-struct2.c
assign-use1.c Fixed a bug that didn't preserve the accumulator's value when a simple 16-bit fetch-and-store is optimized. (#637) 2018-05-12 13:46:16 -04:00
atoi-test.c move a bunch of tests from testcode/lib to test/val (and a failing one to test/todo) 2020-07-13 21:25:13 +02:00
binlit.c
bitfield-union.c Add test of union of bit-field from mailing list 2020-08-17 09:54:31 +02:00
bitfield.c change "the cc65 authors" to "The cc65 Authors" as per jmrs request 2020-08-18 22:41:42 +02:00
bool1.c
bool3.c
bss-name-decl.c
bss-name.c
bug170.c
bug250.c
bug327.c
bug367.c
bug735.c
bug830.c
bug895.c
bug975.c
bug1047.c
bug1050.c
bug1071.c
bug1075.c
bug1077.c move test for issue #1077 to test/val 2020-07-22 15:12:02 +02:00
bug1094.c
bug1095.c
bug1108.c Made a regression test increment a variable after, instead of before, using it. 2020-07-20 17:16:11 -04:00
bug1139.c
bug1143warn.c
bug1178.c
bug1181.c
bug1201.c
bug1211-ice-move-refs-1.c
bug1221.c
bug1222.c
bug1244.c
bug1245.c
bug1263.c
bug1267.c
bug1310.c
bug1320.c
bug1332.c
bug1348.c
bug1374.c
bug1397.c Moved testcase for issue #1397. 2021-02-17 07:03:11 -05:00
bug1408.c
bug1431.c
bug1437.c
bug1438.c
bug1451.c
call1.c
casttochar.c Removed executable bit. 2020-07-12 23:11:43 +02:00
cc65091020.c
cc65141002.c Removed executable bit. 2020-07-12 23:11:43 +02:00
cc65141011.c
cc65141022.c
cc65150311.c
char-bitfield.c
char-promote.c Add tests for u8 op s16_const 2020-11-09 21:20:16 +01:00
common.h
compare1.c
compare2.c
compare3.c
compare4.c use uint16_t instead of magic ifdefs, leaving support for bit type in there incase we support it some day 2020-07-22 00:09:48 +02:00
compare5.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
compare6.c
compare7.c
compare8.c
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
computedgoto.c again, some TABs slipped into the code... 2019-04-30 18:21:13 +02:00
constexpr.c also test (some of) the cases with an external function 2021-03-22 23:37:33 +01:00
cq4.c
cq9.c
cq22.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq25.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq26.c
cq61.c
cq71.c
cq72.c
cq81.c
cq84.c
cq85.c
cq86.c
cq88.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq241.c
cq243.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq244.c
cq626.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq714.c
cq714b.c
cq715.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq757.c
cq7813.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
div-char-char.c
div-common.h
div-int-int.c tests for issue #169 2020-07-09 16:05:57 +02:00
div-long-long.c tests for issue #169 2020-07-09 16:05:57 +02:00
duffs-device.c
enum-bitfield.c
fields.c
for.c
jmp-callax.c
lib_common_atoi.c
lib_common_ctype.c Changes resulting from 2nd code review 2020-02-03 20:45:09 +01:00
lib_common_memmove.c
lib_common_mulxx.c
lib_common_strcat.c Removed workaround. 2017-04-04 15:51:00 +02:00
lib_common_strchr.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lib_common_strcspn.c
lib_common_strncat.c
lib_common_strol.c
lib_common_strrchr.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lib_common_strspn.c
lib_common_strtoul.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lz4.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
Makefile
mult1.c
nestfor.c
or1.c
plain-int-bitfield.c
pointed-array.c
pointer1.c
postdec-8-8.c
postdec-8-16.c
postdec-16-8.c
postdec-16-16.c
postinc-8-8.c
postinc-8-16.c
postinc-16-8.c
postinc-16-16.c
postincdec.c
pptest1.c
pptest3.c
pptest4.c reworked pptest1/4/5 into executable tests and moved to test/val 2020-07-21 14:58:15 +02:00
pptest5.c
pr1102.c
pr1110a.c added tests related to pr #1110 2020-07-22 15:52:04 +02:00
pr1423.c
pr1425.c
predec-8-8.c
predec-8-16.c
predec-16-8.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
predec-16-16.c
preinc-8-8.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
preinc-8-16.c
preinc-16-8.c
preinc-16-16.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
ptrfunc.c
rand.c
return-struct.c
rotate1.c
rotate2.c
rotate3.c
rotate4.c use uint16_t instead of magic ifdefs, leaving support for bit type in there incase we support it some day 2020-07-22 00:09:48 +02:00
rotate5.c use uint16_t instead of magic ifdefs, leaving support for bit type in there incase we support it some day 2020-07-22 00:09:48 +02:00
rotate6.c use uint16_t instead of magic ifdefs, leaving support for bit type in there incase we support it some day 2020-07-22 00:09:48 +02:00
rotate7.c
rotate8.c
shift-test.c move a bunch of tests from testcode/lib to test/val (and a failing one to test/todo) 2020-07-13 21:25:13 +02:00
signal-test.c some tweaks to the moved tests to make them more suitable for automatic testing 2020-07-13 21:26:07 +02:00
snprintf-test.c
static-1.c
static-fwd-decl.c
staticassert.c
strncmp-test.c some tweaks to the moved tests to make them more suitable for automatic testing 2020-07-13 21:26:07 +02:00
strnicmp-test.c
strpbrk-test.c
strtol-test.c
strtoul-test.c
struct1.c
sub1.c
sub2.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
switch1.c
switch2.c
time-test.c some tweaks to the moved tests to make them more suitable for automatic testing 2020-07-13 21:26:07 +02:00
time.c Increased consistency. 2018-08-02 15:45:57 +02:00
trampoline-params.c
trampoline-varargs.c
trampoline.c
uneval.c
unittest.h
void-size1.c
while.c Fixed the handling of "while (0) {}". 2017-04-07 09:26:58 -04:00
xor.c