diff options
| author | Kazuhiko Sakaguchi | 2019-04-30 18:39:51 +0200 |
|---|---|---|
| committer | Kazuhiko Sakaguchi | 2019-04-30 18:39:51 +0200 |
| commit | ff21700ded850be87349979e0cc6f7570223fc90 (patch) | |
| tree | 99ee58b3487d701c39168a4ed09f8773a335925e | |
| parent | 2d31a42aa3c2dacabc0cf005b45fc7bb4e6383e9 (diff) | |
Ad-hoc fix
| -rw-r--r-- | mathcomp/Make | 1 | ||||
| -rw-r--r-- | mathcomp/Makefile.coq.local | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mathcomp/Make b/mathcomp/Make index 4becdcb..147d5b1 100644 --- a/mathcomp/Make +++ b/mathcomp/Make @@ -87,7 +87,6 @@ ssreflect/ssrnat.v ssreflect/ssrnotations.v ssreflect/ssrmatching.v ssreflect/tuple.v -test_suite/hierarchy_test.v -I . -R . mathcomp diff --git a/mathcomp/Makefile.coq.local b/mathcomp/Makefile.coq.local index 11d3121..a5bbf9d 100644 --- a/mathcomp/Makefile.coq.local +++ b/mathcomp/Makefile.coq.local @@ -1,3 +1,7 @@ +VOFILES += test_suite/hierarchy_test.vo + +test_suite/hierarchy_test.vo: test_suite/hierarchy_test.v all/all.vo + test_suite/hierarchy_test.v: all/all.vo mkdir -p test_suite/ COQBIN=$(COQBIN) ocaml ../etc/utils/hierarchy.ml -verify \ |
