Add curves.pl to all.sh
This commit is contained in:
parent
9bda9b3b92
commit
246978d97d
1 changed files with 8 additions and 3 deletions
|
@ -84,7 +84,7 @@ cd tests
|
||||||
./ssl-opt.sh
|
./ssl-opt.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
msg "test: ref-configs (ASan build)" # ~ 4 min 45 s
|
msg "test/build: ref-configs (ASan build)" # ~ 4 min 45 s
|
||||||
tests/scripts/test-ref-configs.pl
|
tests/scripts/test-ref-configs.pl
|
||||||
|
|
||||||
# Most issues are likely to be caught at this point
|
# Most issues are likely to be caught at this point
|
||||||
|
@ -108,16 +108,21 @@ make
|
||||||
msg "test: main suites (full config)" # ~ 30s (?)
|
msg "test: main suites (full config)" # ~ 30s (?)
|
||||||
make test
|
make test
|
||||||
|
|
||||||
msg "test: ssl-opt.sh default (full config)"
|
msg "test: ssl-opt.sh default (full config)" # < 5s
|
||||||
cd tests
|
cd tests
|
||||||
./ssl-opt.sh -f Default
|
./ssl-opt.sh -f Default
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
msg "test: compat.sh 3DES & NULL (full config)"
|
msg "test: compat.sh 3DES & NULL (full config)" # ~ 2 min
|
||||||
cd tests
|
cd tests
|
||||||
./compat.sh -e '^$' -f 'NULL\|3DES-EDE-CBC\|DES-CBC3'
|
./compat.sh -e '^$' -f 'NULL\|3DES-EDE-CBC\|DES-CBC3'
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
msg "test/build: curves.pl (gcc)" # ~ 5 min (?)
|
||||||
|
cleanup
|
||||||
|
cmake -D CMAKE_BUILD_TYPE:String=Debug .
|
||||||
|
tests/scripts/curves.pl
|
||||||
|
|
||||||
msg "build: Unix make, -O2 (gcc)" # ~ 30s
|
msg "build: Unix make, -O2 (gcc)" # ~ 30s
|
||||||
cleanup
|
cleanup
|
||||||
CC=gcc make
|
CC=gcc make
|
||||||
|
|
Loading…
Reference in a new issue