Include the test pre.js script only for tests.

This commit is contained in:
Frank Denis 2014-11-24 17:19:55 -08:00
parent b421610110
commit 69e3674c29
2 changed files with 5 additions and 1 deletions

View File

@ -413,10 +413,12 @@ AC_CHECK_FUNCS([posix_memalign])
AC_SUBST([LIBTOOL_EXTRA_FLAGS])
dnl Executables extension
TEST_LDFLAGS=''
AS_IF([test "x$EMSCRIPTEN" != "x"],[
EXEEXT=.js
TEST_LDFLAGS='--pre-js pre.js'
])
AC_SUBST(TEST_LDFLAGS)
dnl Libtool.

View File

@ -127,6 +127,8 @@ AM_CPPFLAGS = \
-I$(top_builddir)/src/libsodium/include/sodium \
-I$(top_srcdir)/test/quirks
AM_LDFLAGS = @TEST_LDFLAGS@
TESTS_TARGETS = \
aead_chacha20poly1305 \
auth \