aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen-tests
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-tests')
-rwxr-xr-xscripts/gen-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-tests b/scripts/gen-tests
index 5521006..deac247 100755
--- a/scripts/gen-tests
+++ b/scripts/gen-tests
@@ -11,5 +11,5 @@ do
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
+ echo " \$(COMPILE_TEST) ${s} libejit.a -o ${exe} -lm" >> tests.mk
done