From f5c729ea59d227a507f83bd94d07f4366b46d72b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 14 Mar 2025 21:08:01 +0200 Subject: start supporting 32bit arches --- scripts/gen-tests | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts/gen-tests') diff --git a/scripts/gen-tests b/scripts/gen-tests index 5d9e087..5521006 100755 --- a/scripts/gen-tests +++ b/scripts/gen-tests @@ -7,9 +7,9 @@ do exe="tests/test-${src%.*}" dep="tests/${exe}.d" - echo "${PREFIX} += ${exe}" >> tests.mk - echo "${dep}:" >> tests.mk - echo "-include ${dep}" >> tests.mk - echo "${exe}: ${s} ejit.o" >> tests.mk - echo " \$(COMPILE_TEST) ${s} ejit.o -o ${exe}" >> tests.mk + echo "${PREFIX} += ${exe}" >> tests.mk + echo "${dep}:" >> tests.mk + echo "-include ${dep}" >> tests.mk + echo "${exe}: ${s} libejit.a" >> tests.mk + echo " \$(COMPILE_TEST) ${s} libejit.a -o ${exe}" >> tests.mk done -- cgit v1.2.3