sodium_utils2 and sodium_utils3 cannot work in Javascript; this is expected.

This commit is contained in:
Frank Denis 2014-11-29 22:45:41 -08:00
parent 6fe4aeaf01
commit f562d561d8

View File

@ -16,7 +16,8 @@ emcc -O3 --closure 1 --llvm-lto 1 $LDFLAGS $JS_EXPORTS_FLAGS \
echo 'Compiling the test suite...' && \
emmake make $MAKE_FLAGS check > /dev/null 2>&1
echo 'Running the test suite:' && \
echo 'Running the test suite.' && \
echo 'sodium_utils2 and sodium_utils3 are expected to fail in Javascript.' && \
(
cd test/default && \
for file in *.js; do