Hi,
On Mon, 4 Jan 2021 05:05:40 +0100 (CET)
Michael Matz <matz.tcc@frakked.de> wrote:
Yeah, put it into tests/ I'd say.
Ok, I've added it as tests/arm-asm-testsuite.sh .
The x86 assembler also has a little
testfile in there that isn't used by default (as it shows a few
differences between GNU as and tcc; and needs updates from time to time
to cater to stricter versions of GNU as).
Maybe you can wire it into the
existing asmtest target when $(ARCH) is arm.
Hmm, how can I get the name of the tcc executable to use for tests from
inside the shell script? Do I just use ./tcc ?