Skip to content

Commit 1eebc47

Browse files
committed
Multiple possible test targets for moons_demo_parallel; uses patdiff for comparison
1 parent e650a3e commit 1eebc47

File tree

4 files changed

+265
-12
lines changed

4 files changed

+265
-12
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
ppx_expect
108108
(ppx_minidebug
109109
(>= 2.0.0))
110+
(patdiff :with-test)
110111
(odoc :with-doc)
111112
(md2mld :with-doc))
112113
(tags

neural_nets_lib.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ depends: [
2828
"ppx_jane"
2929
"ppx_expect"
3030
"ppx_minidebug" {>= "2.0.0"}
31+
"patdiff" {with-test}
3132
"odoc" {with-doc}
3233
"md2mld" {with-doc}
3334
]

test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(package neural_nets_lib)
44
(inline_tests
55
(deps ocannl_config))
6-
(libraries base dynlink ocannl)
6+
(libraries base dynlink patdiff.expect_test_patdiff ocannl)
77
(modules
88
einsum_trivia
99
hello_world_op

0 commit comments

Comments
 (0)