Re: [Tinycc-devel] [PATCH] arm-asm-testsuite.sh: Refactor to allow bigger tests

2021-02-14 Thread avih via Tinycc-devel
local in a sh script is not posix, and while some shells do support it, some do not, e.g. ksh 88/93 (frequently used on traditional unix systems), yash, and more. So portable sh scripts should not use local. - avih On Sunday, February 14, 2021, 09:30:48 PM GMT+2, Danny Milosavljevic wro

[Tinycc-devel] [PATCH] arm-asm-testsuite.sh: Refactor to allow bigger tests

2021-02-14 Thread Danny Milosavljevic
--- tests/arm-asm-testsuite.sh | 78 -- 1 file changed, 50 insertions(+), 28 deletions(-) diff --git a/tests/arm-asm-testsuite.sh b/tests/arm-asm-testsuite.sh index 61c5dad..ae36eb1 100755 --- a/tests/arm-asm-testsuite.sh +++ b/tests/arm-asm-testsuite.sh @@ -2,