We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e650a3e commit 1eebc47Copy full SHA for 1eebc47
dune-project
@@ -107,6 +107,7 @@
107
ppx_expect
108
(ppx_minidebug
109
(>= 2.0.0))
110
+ (patdiff :with-test)
111
(odoc :with-doc)
112
(md2mld :with-doc))
113
(tags
neural_nets_lib.opam
@@ -28,6 +28,7 @@ depends: [
28
"ppx_jane"
29
"ppx_expect"
30
"ppx_minidebug" {>= "2.0.0"}
31
+ "patdiff" {with-test}
32
"odoc" {with-doc}
33
"md2mld" {with-doc}
34
]
test/dune
@@ -3,7 +3,7 @@
3
(package neural_nets_lib)
4
(inline_tests
5
(deps ocannl_config))
6
- (libraries base dynlink ocannl)
+ (libraries base dynlink patdiff.expect_test_patdiff ocannl)
7
(modules
8
einsum_trivia
9
hello_world_op
0 commit comments