Skip to content

Commit 76e8c51

Browse files
committed
Assign _all_ rules to packages
1 parent 9e32595 commit 76e8c51

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

arrayjit/test/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
(rule
1111
(target test_numerical_types.output)
12+
(package arrayjit)
1213
(deps test_numerical_types.exe ocannl_config)
1314
(action
1415
(with-stdout-to

test/operations/dune

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
config
1515
(rule
1616
(target ocannl_backend.txt)
17+
(package neural_nets_lib)
1718
(deps ocannl_config)
1819
(action
1920
(run %{dep:ocannl_read_config.exe} "--read=backend"))))
@@ -23,6 +24,7 @@
2324

2425
(rule
2526
(targets micrograd_demo-%{read:config/ocannl_backend.txt}.done)
27+
(package neural_nets_lib)
2628
(action
2729
(progn
2830
(run
@@ -40,6 +42,7 @@
4042
(rule
4143
(deps micrograd_demo-%{read:config/ocannl_backend.txt}.done)
4244
(target "%{read:config/ocannl_backend.txt}-0-0.log.actual")
45+
(package neural_nets_lib)
4346
(action
4447
(progn
4548
(run
@@ -89,6 +92,7 @@
8992

9093
(rule
9194
(target n3_fwd_with_prec-unoptimized.ll.actual)
95+
(package neural_nets_lib)
9296
(action
9397
(no-infer
9498
(progn
@@ -100,6 +104,7 @@
100104

101105
(rule
102106
(target top_down_prec-unoptimized.ll.actual)
107+
(package neural_nets_lib)
103108
(action
104109
(no-infer
105110
(progn

0 commit comments

Comments
 (0)