Add test command for 64-bit ILP32 in all.sh
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index b559af8..c60eaaf 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -653,6 +653,16 @@
cleanup
make CC=gcc CFLAGS='-Werror -Wall -Wextra -m32'
+ msg "test: i386, make, gcc"
+ make test
+
+ msg "build: 64-bit ILP32, make, gcc" # ~ 30s
+ cleanup
+ make CC=gcc CFLAGS='-Werror -Wall -Wextra -mx32'
+
+ msg "test: 64-bit ILP32, make, gcc"
+ make test
+
msg "build: gcc, force 32-bit compilation"
cleanup
cp "$CONFIG_H" "$CONFIG_BAK"