This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
16
unikernel/duniverse/ocaml-caqti/examples/dune
Normal file
16
unikernel/duniverse/ocaml-caqti/examples/dune
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
(executable
|
||||
(name bikereg)
|
||||
(modules bikereg)
|
||||
(flags (:standard -alert -caqti_unstable))
|
||||
(libraries caqti caqti.plugin caqti-lwt caqti-lwt.unix testlib))
|
||||
|
||||
(rule
|
||||
(alias runtest)
|
||||
(package caqti-lwt)
|
||||
(deps
|
||||
(:test bikereg.exe)
|
||||
(:u %{env:CAQTI_TEST_URIS_FILE=../testsuite/uris.conf})
|
||||
(include ../testsuite/dune.uri-deps-lwt)
|
||||
(env_var CAQTI_TEST_X509_AUTHENTICATOR))
|
||||
(locks /db/bikereg)
|
||||
(action (run %{test} -U %{u})))
|
||||
Loading…
Add table
Add a link
Reference in a new issue