tests on Windows

Modify the NTMakefile rules for tests so that a failed test does
not prevent subsequent tests from being executed.

Change-Id: I9595ad4a1527feae7c402241bf06ab21a0b76d4a
This commit is contained in:
Jeffrey Altman
2015-03-21 15:44:48 -04:00
parent 2c68305856
commit 902aa4ee02
13 changed files with 94 additions and 76 deletions

View File

@@ -233,21 +233,22 @@ $(OBJ)\test_crypto.sh: test_crypto.in NTMakefile
test-run:
cd $(OBJ)
!ifdef SH
$(SH) test_crypto.sh
-$(SH) test_crypto.sh
!endif
destest.exe
mdtest.exe
rc2test.exe
rctest.exe
test_bn.exe
test_bulk.exe
test_cipher.exe
test_engine_dso.exe
test_hmac.exe
test_pkcs5.exe
test_pkcs12.exe
test_rsa.exe
test_dh.exe
-destest.exe
-mdtest.exe
-rc2test.exe
-rctest.exe
-test_bn.exe
-test_bulk.exe --provider=hcrypto
-test_bulk.exe --provider=w32crypto
-test_cipher.exe
-test_engine_dso.exe
-test_hmac.exe
-test_pkcs5.exe
-test_pkcs12.exe
-test_rsa.exe
-test_dh.exe
cd $(SRCDIR)
test:: $(TESTLIB) test-binaries test-run