This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
$ echo "(coq.theory (name bug) (mode vo))" > dune
|
||||
$ echo "(lang dune 3.12)" > dune-project
|
||||
$ echo "(using coq 0.8)" >> dune-project
|
||||
$ touch root.v leaf.v
|
||||
$ dune build
|
||||
$ find _build -name "*.vo" | sort
|
||||
_build/default/leaf.vo
|
||||
_build/default/root.vo
|
||||
$ echo "Require Import bug.root." >> leaf.v
|
||||
|
||||
This test makes sure that a full rebuild is not triggered when the output of
|
||||
coqdep is changed.
|
||||
|
||||
This is as expected:
|
||||
$ dune build --display=short
|
||||
coqdep .bug.theory.d
|
||||
coqc leaf.{glob,vo}
|
||||
Loading…
Add table
Add a link
Reference in a new issue