mte/unikernel/duniverse/ocaml-caqti/caqti-driver-postgresql/test/dune
2025-11-11 02:07:51 +01:00

15 lines
345 B
Text

(test
(name test_postgresql)
(package caqti-driver-postgresql)
(flags (:standard -alert -caqti_unstable))
(libraries
alcotest
caqti
caqti.blocking
caqti-driver-postgresql
testlib
testlib_blocking)
(deps ../../testsuite/uris.conf)
(action
(setenv CAQTI_TEST_URIS_FILE ../../testsuite/uris.conf
(run %{test}))))