Skip to content

Commit 9e32595

Browse files
committed
Fix the build setup for the read_config (now ocannl_read_config) needed for tests
1 parent 9ba90ca commit 9e32595

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

arrayjit/bin/dune

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/operations/config/dune

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
(copy_files
22
(files ../../config/ocannl_config))
3+
4+
(executable
5+
(name ocannl_read_config)
6+
(package neural_nets_lib)
7+
(public_name ocannl_read_config)
8+
(modules ocannl_read_config)
9+
(libraries base arrayjit.utils))
File renamed without changes.

test/operations/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
(target ocannl_backend.txt)
1717
(deps ocannl_config)
1818
(action
19-
(run %{dep:../../../arrayjit/bin/read_config.exe} "--read=backend"))))
19+
(run %{dep:ocannl_read_config.exe} "--read=backend"))))
2020

2121
; Solution: Create intermediate targets that guarantee file generation
2222
; Step 1: Run the test and create a backend-specific sentinel file when done

0 commit comments

Comments
 (0)