This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
13
unikernel/duniverse/mirage-crypto/tests/test_pk_runner.ml
Normal file
13
unikernel/duniverse/mirage-crypto/tests/test_pk_runner.ml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
open OUnit2
|
||||
|
||||
let suite =
|
||||
"All" >::: [
|
||||
"Numeric" >::: Test_numeric.suite;
|
||||
"DHE" >::: Test_dh.suite;
|
||||
"DSA" >::: Test_dsa.suite;
|
||||
"RSA" >::: Test_rsa.suite;
|
||||
]
|
||||
|
||||
let () =
|
||||
Mirage_crypto_rng_unix.use_default ();
|
||||
run_test_tt_main suite
|
||||
Loading…
Add table
Add a link
Reference in a new issue