From dac55b99fb5aa7008e2f7f1c981096912b0441aa Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Wed, 10 Dec 2025 19:13:33 +0000 Subject: set up QCheck --- dune-project | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'dune-project') diff --git a/dune-project b/dune-project index de7d7f5..3289e94 100644 --- a/dune-project +++ b/dune-project @@ -17,7 +17,21 @@ (name nixtamal) (synopsis "Fulfilling Nix version pinning") (description "TODO") - (depends aloctest cmdliner eio eio_main fmt jingoo jsont kdl logs uri) + (depends + cmdliner + eio + eio_main + fmt + jingoo + jsont + kdl + logs + ppx_deriving + ppx_deriving_qcheck + uri + (alcotest :with-test) + (qcheck :with-test) + (qcheck-alcotest :with-test)) (tags ("nix"))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html -- cgit v1.2.3