aboutsummaryrefslogtreecommitdiff
path: root/contrib/extraction/test
diff options
context:
space:
mode:
authorfilliatr2001-04-19 15:19:34 +0000
committerfilliatr2001-04-19 15:19:34 +0000
commit274f5a939427a0ba5bc0e01bc0d4ab482d3d9e7e (patch)
tree7f7231ecd51c32cbda06cb82fab9cf8182d979ec /contrib/extraction/test
parent8a009c8729dd6905dd7d47877b444fa38dd2e221 (diff)
scripts; extraction False_rec
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1635 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/test')
-rw-r--r--contrib/extraction/test/Makefile2
-rw-r--r--contrib/extraction/test/ml2v.ml2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/extraction/test/Makefile b/contrib/extraction/test/Makefile
index 994d7cf2c7..bfc5ad0e5e 100644
--- a/contrib/extraction/test/Makefile
+++ b/contrib/extraction/test/Makefile
@@ -10,7 +10,7 @@ INCL= -I theories/Arith \
-I theories/Relations \
-I theories/Sets \
-I theories/Wellfounded \
--I theories/Zarith
+-I theories/ZArith
MLNAMES=
diff --git a/contrib/extraction/test/ml2v.ml b/contrib/extraction/test/ml2v.ml
index f891b40ff0..2cf9190e10 100644
--- a/contrib/extraction/test/ml2v.ml
+++ b/contrib/extraction/test/ml2v.ml
@@ -4,7 +4,7 @@ let _ =
let fml = Sys.argv.(1) in
let f = Filename.chop_extension fml in
let fv = f ^ ".v" in
- if Sys.file_exists fv then
+ if Sys.file_exists ("../../../" ^ fv) then
print_endline fv
else
let d = Filename.dirname f in