17 lines
437 B
Text
17 lines
437 B
Text
|
|
(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})))
|