Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FloVer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
AVA
FloVer
Commits
a1f9305b
Commit
a1f9305b
authored
May 14, 2018
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix another bug in evaluation script
parent
7a1a65a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
eval_interval.sh
scripts/eval_interval.sh
+4
-3
No files found.
scripts/eval_interval.sh
View file @
a1f9305b
...
...
@@ -83,7 +83,8 @@ do
cp
./daisy/output/
*
Script.sml ./hol4/output/
cd
./hol4/output/
echo
"Working on
$CERTNAME
Theory.sig"
>>
$2
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
Holmake
$CERTNAME
"Theory.sig"
>>
$2
;
}
2>&1
)
RESULT
=
$(
{
/usr/bin/time
-f
"M1, %e M2"
Holmake
$CERTNAME
"Theory.sig"
;
}
2>&1
)
RESULT
=
${${
RESULT
#M1
}
%%M2
}
echo
-n
$RESULT
>>
$1
cd
../../
...
...
@@ -91,13 +92,13 @@ do
# #run HOL4 binary
echo
"Working on CakeML
$CERTNAME
"
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
hol4/binary/cake_checker
\
./daisy/output/
$CERTNAME
".txt"
>>
$2
;
}
2>&1
)
./daisy/output/
certificate_
*
".txt"
>>
$2
;
}
2>&1
)
echo
-n
$RESULT
>>
$1
# #run Coq binary
echo
"Working on Coq binary
$CERTNAME
"
RESULT
=
$(
{
/usr/bin/time
-f
", %e"
coq/binary/coq_checker_native
\
./daisy/output/
$CERTNAME
".txt"
>>
$2
;
}
2>&1
)
./daisy/output/
certificate_
*
".txt"
>>
$2
;
}
2>&1
)
echo
$RESULT
>>
$1
...
...
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