]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - Makefile.org
Run tests on Travis for mingw builds as well
[thirdparty/openssl.git] / Makefile.org
index 3ecc5c5a0c8050482a24d11cb31e0267dd0ab996..5aa721f277e2b109b28d89445d5ed1d8d1d05407 100644 (file)
@@ -437,7 +437,9 @@ test:   tests
 tests: rehash
        @(cd test && echo "testing..." && \
        $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
-       OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
+       @if [ -z "$(CROSS_COMPILE)" ]; then \
+               OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a; \
+       fi
 
 list-tests:
        @(cd test && \