aboutsummaryrefslogtreecommitdiff
path: root/test/dune
diff options
context:
space:
mode:
Diffstat (limited to 'test/dune')
-rw-r--r--test/dune4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/dune b/test/dune
index 3d8fa59..34f5888 100644
--- a/test/dune
+++ b/test/dune
@@ -1,6 +1,8 @@
(test
(name test_colitur)
- (libraries colitur_kernel alcotest qcheck qcheck-alcotest sexplib))
+ (libraries colitur_kernel alcotest qcheck qcheck-alcotest sexplib)
+ (preprocess
+ (pps ppx_sexp_conv)))
(cram
(deps %{bin:colitur}))