diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-01-17 20:48:43 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-01-22 12:22:26 +0100 |
commit | 8e012f4804ecf1665819e761283120a3c0e73643 (patch) | |
tree | c168efe3e1f0edf5e45695c643e62b3e5447be37 /lib/expression/dune | |
parent | bf2af26d896bb499f2c312a4f1ecd3210e2d7780 (diff) |
Switched from OUnit to alcotest
Diffstat (limited to 'lib/expression/dune')
-rwxr-xr-x | lib/expression/dune | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/expression/dune b/lib/expression/dune index 96e386e..d141b7b 100755 --- a/lib/expression/dune +++ b/lib/expression/dune @@ -6,4 +6,7 @@ importDataTypes
importErrors
)
+ (preprocess (pps
+ ppx_deriving.show
+ ppx_deriving.eq ))
)
|