Skip to content

Commit d8ab559

Browse files
committed
Fix opam --with-test
That I accidentally broke in rocq-prover#19530 See rocq-prover/opam#3240
1 parent 476460f commit d8ab559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
; Use summary.log as the target
8181
(alias
8282
(name runtest)
83-
(package rocq-core)
83+
(package coq)
8484
(deps test-suite/summary.log))
8585

8686
; For make compat

0 commit comments

Comments
 (0)