aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/test b/scripts/test
index 2cff531..6d573e3 100755
--- a/scripts/test
+++ b/scripts/test
@@ -182,7 +182,8 @@ elif [ "$ARCH" = "mips32" ] || [ "$ARCH" = "mips64" ]; then
182 sudo ln -sf /usr/mips64el-linux-gnuabi64/lib64/ld.so.1 /lib64 182 sudo ln -sf /usr/mips64el-linux-gnuabi64/lib64/ld.so.1 /lib64
183 setup_cross_compiler mips64el-linux-gnuabi64 183 setup_cross_compiler mips64el-linux-gnuabi64
184 184
185 ./configure --host=mips64el-linux-gnuabi64 185 # MIPS assembly is disabled by default, so enable it for CI coverage.
186 ./configure --host=mips64el-linux-gnuabi64 --enable-asm
186 LD_LIBRARY_PATH=/usr/mips64el-linux-gnuabi64/lib make -j 4 check 187 LD_LIBRARY_PATH=/usr/mips64el-linux-gnuabi64/lib make -j 4 check
187 fi 188 fi
188 189