aboutsummaryrefslogtreecommitdiff
path: root/tests/dune
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-01-17 20:48:43 +0100
committerSébastien Dailly <sebastien@dailly.me>2025-01-22 12:22:26 +0100
commit8e012f4804ecf1665819e761283120a3c0e73643 (patch)
treec168efe3e1f0edf5e45695c643e62b3e5447be37 /tests/dune
parentbf2af26d896bb499f2c312a4f1ecd3210e2d7780 (diff)
Switched from OUnit to alcotest
Diffstat (limited to 'tests/dune')
-rw-r--r--tests/dune10
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/dune b/tests/dune
index c777aef..78291eb 100644
--- a/tests/dune
+++ b/tests/dune
@@ -2,10 +2,10 @@
(name importer_test)
(deps (source_tree configuration))
(libraries
- ounit2
+ alcotest
otoml
- ppx_deriving.runtime
sqlite3
+ fmt
importConf
importAnalyser
importContainers
@@ -14,4 +14,8 @@
importErrors
importExpression
importSQL
-))
+ )
+ (preprocess (pps
+ ppx_deriving.show
+ ppx_deriving.eq ))
+)