Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
c6eb3dea
Commit
c6eb3dea
authored
Apr 05, 2010
by
Andrei Paskevich
Browse files
remove 'mkdir' from Main, that was a bad idea
parent
77f29212
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
c6eb3dea
...
...
@@ -191,6 +191,7 @@ bin/manager.byte: $(MANAGER_CMO)
##############
test
:
bin/why.byte $(TOOLS)
mkdir
-p
output_why3
ocamlrun
-bt
bin/why.byte
-I
theories/
-D
drivers/why3.drv
\
-o
output_why3 src/test.why
bin/why.byte
-D
drivers/alt_ergo.drv
-I
theories/
\
...
...
@@ -202,6 +203,7 @@ test: bin/why.byte $(TOOLS)
echo
bin/why.byte
-D
drivers/alt_ergo.drv
-I
theories/
\
--timeout
1
--prove
theories/real.why
@
printf
"*** Checking Coq file generation ***
\\
n"
@
mkdir
-p
output_coq
@
for
i
in
int.Abs int.EuclideanDivision int.ComputerDivision
\
real.Abs real.FromIntTest real.SquareTest
\
real.ExpLogTest real.PowerTest real.TrigonometryTest
\
...
...
src/main.ml
View file @
c6eb3dea
...
...
@@ -206,8 +206,6 @@ let do_task env drv fname tname th task =
|
None
->
printf
"@[%a@]@?"
(
Driver
.
print_task
drv
)
task
|
Some
dir
->
try
Unix
.
mkdir
dir
0o755
with
Unix
.
Unix_error
(
Unix
.
EEXIST
,_,_
)
->
()
;
let
file
=
let
file
=
Filename
.
basename
fname
in
try
Filename
.
chop_extension
file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment