1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-09 16:29:09 +00:00
cc65/test/val
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
..
add1.c
add2.c
add3.c
add3a.c
add4.c
add5.c
and1.c
and2.c
anon-struct1.c
anon-struct2.c
assign-use1.c
atoi-test.c
binlit.c
bitfield-union.c
bitfield.c
bool1.c
bool3.c
bss-name-decl.c
bss-name.c
bug170.c
bug327.c
bug367.c
bug735.c
bug830.c
bug895.c
bug975.c
bug1050.c
bug1071.c
bug1075.c
bug1077.c
bug1095.c
bug1108.c
bug1139.c
bug1143warn.c
bug1178.c
bug1181.c
call1.c
casttochar.c
cc65091020.c
cc65141002.c
cc65141011.c
cc65141022.c
cc65150311.c
common.h
compare1.c
compare2.c
compare3.c
compare4.c
compare5.c
compare6.c
compare7.c
compare8.c
compare9.c
compare10.c
computedgoto.c
cq4.c
cq9.c
cq22.c
cq25.c
cq26.c
cq61.c
cq71.c
cq72.c
cq81.c
cq84.c
cq85.c
cq86.c
cq88.c
cq241.c
cq243.c
cq244.c
cq626.c
cq714.c
cq714b.c
cq715.c
cq757.c
cq7813.c
div-char-char.c
div-common.h
div-int-int.c
div-long-long.c
duffs-device.c
fields.c
for.c
jmp-callax.c
lib_common_atoi.c
lib_common_ctype.c
lib_common_memmove.c
lib_common_mulxx.c
lib_common_strcat.c
lib_common_strchr.c
lib_common_strcspn.c
lib_common_strncat.c
lib_common_strol.c
lib_common_strrchr.c
lib_common_strspn.c
lib_common_strtoul.c
lz4.c
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
pptest5.c
pr1102.c
pr1110a.c
predec-8-8.c
predec-8-16.c
predec-16-8.c
predec-16-16.c
preinc-8-8.c
preinc-8-16.c
preinc-16-8.c
preinc-16-16.c
ptrfunc.c
rand.c
return-struct.c
rotate1.c
rotate2.c
rotate3.c
rotate4.c
rotate5.c
rotate6.c
rotate7.c
rotate8.c
shift-test.c
signal-test.c
snprintf-test.c
static-1.c
static-fwd-decl.c
staticassert.c
strncmp-test.c
strnicmp-test.c
strpbrk-test.c
strtol-test.c
strtoul-test.c
struct1.c
sub1.c
sub2.c
switch1.c
switch2.c
time-test.c
time.c
trampoline-params.c
trampoline-varargs.c
trampoline.c
unittest.h
void-size1.c
while.c
xor.c