Running the JS tests requires the filesystem.
This commit is contained in:
parent
98c96f4c99
commit
33357dc52e
@ -423,7 +423,7 @@ AC_SUBST([LIBTOOL_EXTRA_FLAGS])
|
|||||||
TEST_LDFLAGS=''
|
TEST_LDFLAGS=''
|
||||||
AS_IF([test "x$EMSCRIPTEN" != "x"],[
|
AS_IF([test "x$EMSCRIPTEN" != "x"],[
|
||||||
EXEEXT=.js
|
EXEEXT=.js
|
||||||
TEST_LDFLAGS='--memory-init-file 0 --pre-js pre.js.inc -s NO_FILESYSTEM=1 -s NO_BROWSER=1 -s RESERVED_FUNCTION_POINTERS=8'
|
TEST_LDFLAGS='--memory-init-file 0 --pre-js pre.js.inc -s NO_BROWSER=1 -s RESERVED_FUNCTION_POINTERS=8'
|
||||||
])
|
])
|
||||||
AC_SUBST(TEST_LDFLAGS)
|
AC_SUBST(TEST_LDFLAGS)
|
||||||
AM_CONDITIONAL([EMSCRIPTEN], [test "x$EMSCRIPTEN" != "x"])
|
AM_CONDITIONAL([EMSCRIPTEN], [test "x$EMSCRIPTEN" != "x"])
|
||||||
|
Loading…
Reference in New Issue
Block a user