NSS/BoGo Tests: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 3: Line 3:
=== Running BoGo Tests ===
=== Running BoGo Tests ===
Assuming a copy (in $SOURCE_DIR) and build (in $DISTDIR) of NSS are present.
Assuming a copy (in $SOURCE_DIR) and build (in $DISTDIR) of NSS are present.
First get a copy of boringssl and checkout a specific version.
First get a copy of boringssl and checkout a specific version (check [https://searchfox.org/nss/source/tests/bogo/bogo.sh#28 source] for currently used revision).
     git clone https://boringssl.googlesource.com/boringssl
     git clone https://boringssl.googlesource.com/boringssl
     cd boringssl
     cd boringssl
     git checkout e34bcc91c07c0bf65ecc53a814d51f5246007150
     git checkout bbfe603519bc54fbc4c8dd87efe1ed385df550b4


Then you can run the BoGo tests.
Then you can run the BoGo tests.
71

edits