aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/Makefile.coq.local
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2019-04-30 14:48:37 +0200
committerKazuhiko Sakaguchi2019-04-30 15:23:27 +0200
commit2d31a42aa3c2dacabc0cf005b45fc7bb4e6383e9 (patch)
tree5ec627c0df85159cfee72ea53c51a15e88eb925a /mathcomp/Makefile.coq.local
parenta3f3d1aead4b5c35fb4a74be1cca7a5cde253d9a (diff)
Reimplement the hierarchy related tools in OCaml
The functionalities of the structure hierarchy related tools `hierarchy-diagram` and `hierarchy_test.py` are provided by an OCaml script `hierarchy.ml`. `test_suite/hierarchy_test.v` is deleted. Now make can generate it.
Diffstat (limited to 'mathcomp/Makefile.coq.local')
-rw-r--r--mathcomp/Makefile.coq.local4
1 files changed, 4 insertions, 0 deletions
diff --git a/mathcomp/Makefile.coq.local b/mathcomp/Makefile.coq.local
new file mode 100644
index 0000000..11d3121
--- /dev/null
+++ b/mathcomp/Makefile.coq.local
@@ -0,0 +1,4 @@
+test_suite/hierarchy_test.v: all/all.vo
+ mkdir -p test_suite/
+ COQBIN=$(COQBIN) ocaml ../etc/utils/hierarchy.ml -verify \
+ -R . mathcomp -lib all.all > test_suite/hierarchy_test.v