emscripten: remove old JS test files

This commit is contained in:
Frank Denis
2025-12-08 20:35:48 +01:00
parent 3768094cee
commit a3a01efc85
+2
View File
@@ -179,6 +179,8 @@ if test "$JS_RUNTIME" = ""; then
done
fi
find test/default -type f -name '*.js' -exec rm -f {} \;
if [ "x$BROWSER_TESTS" != "x" ]; then
echo 'Compiling the test suite for web browsers...' &&
emmake make $MAKE_FLAGS CPPFLAGS="$CPPFLAGS -DBROWSER_TESTS=1" check >/dev/null 2>&1