diff options
author | Jack Lloyd <[email protected]> | 2016-11-20 14:48:36 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-20 14:48:36 -0500 |
commit | 601e1e3561086a8367985697bdf885893d391316 (patch) | |
tree | 6ad99b9e0b4c8ce132b0d7434253c07e010bb180 /src/extra_tests/timing/README.md | |
parent | 9ab0c8bbed27ee08279d75a12bc83987405316ee (diff) | |
parent | f8519ee780d4ce31b2c1f4a066990432e8346bea (diff) |
Merge GH #733 Add timing test suite
Diffstat (limited to 'src/extra_tests/timing/README.md')
-rw-r--r-- | src/extra_tests/timing/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/extra_tests/timing/README.md b/src/extra_tests/timing/README.md new file mode 100644 index 000000000..98fde428c --- /dev/null +++ b/src/extra_tests/timing/README.md @@ -0,0 +1,15 @@ +# Timing testsuite + +Extended Botan library test suite with mona-timing-lib. + +Run +```bash +setup.sh +``` +to download and build the recent mona-timing-lib version. + +Run +```bash +testsuite.sh +``` +to start the test suite.
\ No newline at end of file |