diff options
| author | letouzey | 2002-03-21 11:57:23 +0000 |
|---|---|---|
| committer | letouzey | 2002-03-21 11:57:23 +0000 |
| commit | 3e61324e81b69f7466a24610fcf4a2ccbe82a6d5 (patch) | |
| tree | d875c560c37e9d84e89f972575a26fe27e97f490 /contrib/extraction/test/extract.haskell | |
| parent | 84e4b7e52e3cc936ce58f3a6f517818ffeff6b57 (diff) | |
changement du test extraction suite aux modif inining
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2556 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/test/extract.haskell')
| -rwxr-xr-x | contrib/extraction/test/extract.haskell | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/extraction/test/extract.haskell b/contrib/extraction/test/extract.haskell index 84cde78d47..3f4a59d490 100755 --- a/contrib/extraction/test/extract.haskell +++ b/contrib/extraction/test/extract.haskell @@ -3,8 +3,7 @@ rm -f /tmp/extr$$.v vfile=`./hs2v $1` d=`dirname $vfile` n=`basename $vfile .v` -cat custom/all > /tmp/extr$$.v -if [ -e custom/$n ]; then cat custom/$n >> /tmp/extr$$.v; fi +if [ -e custom/$n ]; then cat custom/$n > /tmp/extr$$.v; fi echo "Cd \"$d\". Extraction Language Haskell. Extraction Module $n. " >> /tmp/extr$$.v ../../../bin/coqtop.opt -silent -batch -require $n -load-vernac-source /tmp/extr$$.v out=$? |
