diff options
| author | filliatr | 2001-03-30 12:35:44 +0000 |
|---|---|---|
| committer | filliatr | 2001-03-30 12:35:44 +0000 |
| commit | 34fcbe510f105ed241d443fef941ba47eae041e6 (patch) | |
| tree | 341d64661427642e9bc632912179f649ba19d73b /contrib/extraction/test/bench | |
| parent | e6258ea34294e1275445f116fa463349b6f34202 (diff) | |
repertoire pour les tests d'extraction
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1504 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/test/bench')
| -rwxr-xr-x | contrib/extraction/test/bench | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/extraction/test/bench b/contrib/extraction/test/bench new file mode 100755 index 0000000000..8b29f5f155 --- /dev/null +++ b/contrib/extraction/test/bench @@ -0,0 +1,6 @@ +#!/bin/sh +../../../bin/coqtop.byte -batch -load-vernac-source ../Extraction.v -load-vernac-source ./bench.v +ocamlc -c -i polylist.ml +ocamlc -c -i zarith.ml +ocamlc -c -i even.ml + |
