Skip to content

Commit 4880b03

Browse files
committed
Einsum-related tests moved under test/einsum/
1 parent ba9d70b commit 4880b03

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

test/einsum/dune

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,20 @@
124124
(libraries base ocannl stdio)
125125
(preprocess
126126
(pps ppx_here ppx_ocannl)))
127+
128+
(test
129+
(name test_interleave)
130+
(package neural_nets_lib)
131+
(deps
132+
ocannl_config
133+
(env_var OCANNL_BACKEND))
134+
(modules test_interleave)
135+
(libraries base ocannl stdio)
136+
(preprocess
137+
(pps ppx_here ppx_ocannl ppx_sexp_conv)))
138+
139+
(test
140+
(name test_einsum_parser)
141+
(package neural_nets_lib)
142+
(modules test_einsum_parser)
143+
(libraries base ocannl stdio einsum_parser))
File renamed without changes.
File renamed without changes.

test/operations/dune

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -389,20 +389,3 @@
389389
(preprocess
390390
(pps ppx_here ppx_expect ppx_inline_test ppx_ocannl))
391391
(modes best))
392-
393-
(test
394-
(name test_interleave)
395-
(package neural_nets_lib)
396-
(deps
397-
ocannl_config
398-
(env_var OCANNL_BACKEND))
399-
(modules test_interleave)
400-
(libraries base ocannl stdio)
401-
(preprocess
402-
(pps ppx_here ppx_ocannl ppx_sexp_conv)))
403-
404-
(test
405-
(name test_einsum_parser)
406-
(package neural_nets_lib)
407-
(modules test_einsum_parser)
408-
(libraries base ocannl stdio einsum_parser))

0 commit comments

Comments
 (0)