aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/extraction/test
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-03 16:00:52 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-03 16:00:52 +0000
commiteb698d2b16206a057a29779204e3817f2f4da093 (patch)
tree55dbd376fe51f6239f9f771e9e3630bd496e0782 /contrib/extraction/test
parentd2805f1efbf19799229532ffd25ec2856fe11412 (diff)
retablissement de l'optim case constant
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2154 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/test')
-rw-r--r--contrib/extraction/test/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/extraction/test/Makefile b/contrib/extraction/test/Makefile
index 787abb32a..01875a6d2 100644
--- a/contrib/extraction/test/Makefile
+++ b/contrib/extraction/test/Makefile
@@ -75,6 +75,12 @@ $(REALSML): realsml
# Utilities
#
+open:
+ find theories -name "*".ml -exec qualify2open \{\} \;
+
+undo_open:
+ find theories -name "*".ml -exec mv \{\}.orig \{\} \;
+
ml2v: ml2v.ml
ocamlc -o $@ $<