diff options
Diffstat (limited to 'mathcomp')
| -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 \ |
