This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
24
unikernel/duniverse/ocaml-tls/tests/dune
Normal file
24
unikernel/duniverse/ocaml-tls/tests/dune
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
(library
|
||||
(name testlib)
|
||||
(modules testlib)
|
||||
(libraries tls ounit2 mirage-crypto-rng.unix)
|
||||
(optional))
|
||||
|
||||
(test
|
||||
(name unittestrunner)
|
||||
(package tls)
|
||||
(modules readertests readerwritertests writertests unittests unittestrunner)
|
||||
(libraries tls ounit2 testlib))
|
||||
|
||||
(test
|
||||
(name key_derivation)
|
||||
(package tls)
|
||||
(modules key_derivation)
|
||||
(libraries tls mirage-crypto-rng.unix alcotest logs.fmt))
|
||||
|
||||
(test
|
||||
(name feedback)
|
||||
(package tls)
|
||||
(modules feedback)
|
||||
(deps server.key server.pem)
|
||||
(libraries tls x509 testlib cmdliner fmt.cli logs.fmt fmt.tty logs.cli))
|
||||
Loading…
Add table
Add a link
Reference in a new issue