diff --git a/build.xml b/build.xml index 297e984..c1c2aa8 100644 --- a/build.xml +++ b/build.xml @@ -48,6 +48,11 @@ + + + + + @@ -280,7 +285,112 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + wolfCrypt JNI and JCE: JUnit Test Usage on Windows + ----------------------------------------------------------------------------> + Run one of the following ant test targets for Windows use: + Normal wolfSSL (non-FIPS): + ant test-win32-debug | Run JUnit tests for Windows 32-bit Debug build + ant test-win32-release | Run JUnit tests for Windows 32-bit Release build + ant test-win64-debug | Run JUnit tests for Windows 64-bit Debug build + ant test-win64-release | Run JUnit tests for Windows 64-bit Release build + + wolfSSL FIPS 140-2 / 140-3: + ant test-win32-debug-fips | Run JUnit tests for Windows 32-bit Debug FIPS build + ant test-win32-release-fips | Run JUnit tests for Windows 32-bit Release FIPS build + ant test-win64-debug-fips | Run JUnit tests for Windows 64-bit Debug FIPS build + ant test-win64-release-fips | Run JUnit tests for Windows 64-bit Release FIPS build + ---------------------------------------------------------------------------- + + + + + + + +