aboutsummaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/camldep/_CoqProject
AgeCommit message (Collapse)Author
2018-11-13coq_makefile: Fix ocamldep ignoring mlg filesGaƫtan Gilbert
If you have file1.mlg and file2.ml, with file2 depending on file1, ocamldep was before generating file1.ml so wouldn't generate [file2.cmx: file1.cmx] (ocamldep is silent on non-found dependencies). This has been causing nondeterministic failures in quickchick recently. I guess it didn't come up in the past because ml4 files tend to be at the end of the dependency chain.