2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00

@T more tests

This commit is contained in:
bebbo
2017-05-27 00:00:48 +02:00
parent 0fa6714650
commit 611c4c6ab0
67 changed files with 56151 additions and 12 deletions

5
test/test9/cc Executable file
View File

@ -0,0 +1,5 @@
m68k-amigaos-gcc -S -Ofast test.c -fomit-frame-pointer -noixemul -mcpu=68000 -m68000 -mregparm=2 || exit 1
m68k-amigaos-gcc -S -Ofast test.c -fomit-frame-pointer -noixemul -mcpu=68000 -m68000 -mregparm=2 -otestno.s -fbbb=- || exit 1
r="$(diff --brief test.s golden.s)"
[ "$r" == "" ] || diff test.s golden.s
[ "$r" == "" ] || exit 1