Skip to content

Commit

Permalink
[v8.20] Serlib tests fixup after un-merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Aug 29, 2024
1 parent 9ea05d6 commit 7087706
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/genarg/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(:input test_roundtrip.in)
; For the plugins to be built, it'd be greater if we could only
; specify a few libs, but that's still not possible in Dune.
(package coq-lsp))
(package coq-serapi))
(action
(progn
(copy test_roundtrip.in test_roundtrip)
Expand Down
8 changes: 4 additions & 4 deletions tests/quick/dune
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
(rule
(alias runtest)
(deps
(package coq-lsp)
(package coq-serapi)
(:input ab.v))
(action (ignore-outputs
(bash "%{bin:sercomp} --quick %{input}"))))

(rule
(alias runtest)
(deps
(package coq-lsp)
(package coq-serapi)
(:input assoc.v))
(action (ignore-outputs
(bash "%{bin:sercomp} --quick %{input}"))))

(rule
(alias runtest)
(deps
(package coq-lsp)
(package coq-serapi)
(:input ordered.v))
(action (ignore-outputs
(bash "%{bin:sercomp} --quick %{input}"))))

(rule
(alias runtest)
(deps
(package coq-lsp)
(package coq-serapi)
(:input reserved.v))
(action (ignore-outputs
(bash "%{bin:sercomp} --quick %{input}"))))
2 changes: 1 addition & 1 deletion tests/sername/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(rule
(deps (package coq-lsp))
(deps (package coq-serapi))
(action
(with-stdout-to nat_add.log
(run sername --de-bruijn --str-pp %{dep:nat_add.sername}))))
Expand Down

0 comments on commit 7087706

Please sign in to comment.