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/setup.sh | |
parent | 9ab0c8bbed27ee08279d75a12bc83987405316ee (diff) | |
parent | f8519ee780d4ce31b2c1f4a066990432e8346bea (diff) |
Merge GH #733 Add timing test suite
Diffstat (limited to 'src/extra_tests/timing/setup.sh')
-rwxr-xr-x | src/extra_tests/timing/setup.sh | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/extra_tests/timing/setup.sh b/src/extra_tests/timing/setup.sh new file mode 100755 index 000000000..4e2c52fb0 --- /dev/null +++ b/src/extra_tests/timing/setup.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +mkdir timing-tests/results +mkdir timing-tests/results/bleichenbacher +mkdir timing-tests/results/lucky13sec3 +mkdir timing-tests/results/lucky13sec4 +mkdir timing-tests/results/lucky13sha256sec3 +mkdir timing-tests/results/lucky13sha256sec4 +mkdir timing-tests/results/lucky13sha384 +mkdir timing-tests/results/manger + +if [ ! -d mona-timing-report ] +then + git clone https://github.com/seecurity/mona-timing-report.git +fi + +cd mona-timing-report +ant + +cd ../../../../ +./configure.py +make -j4 |