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 9ba90ca commit 9e32595Copy full SHA for 9e32595
arrayjit/bin/dune
test/operations/config/dune
@@ -1,2 +1,9 @@
1
(copy_files
2
(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))
arrayjit/bin/read_config.ml renamed to test/operations/config/ocannl_read_config.ml
test/operations/dune
@@ -16,7 +16,7 @@
16
(target ocannl_backend.txt)
17
(deps ocannl_config)
18
(action
19
- (run %{dep:../../../arrayjit/bin/read_config.exe} "--read=backend"))))
+ (run %{dep:ocannl_read_config.exe} "--read=backend"))))
20
21
; Solution: Create intermediate targets that guarantee file generation
22
; Step 1: Run the test and create a backend-specific sentinel file when done
0 commit comments