Skip to content
Snippets Groups Projects
Commit 9ae495a8 authored by Heiko Becker's avatar Heiko Becker
Browse files

Merge branch 'master' of gitlab.mpi-sws.org:AVA/FloVer

parents 69cda5de a4d55c40
No related branches found
No related tags found
No related merge requests found
...@@ -40,12 +40,12 @@ cd ./hol4 ...@@ -40,12 +40,12 @@ cd ./hol4
$HOLDIR/bin/Holmake $HOLDIR/bin/Holmake
cd ./binary #cd ./binary
echo "Downloading CakeML" #echo "Downloading CakeML"
git submodule init cakeml #git submodule init cakeml
git submodule update -f cakeml #git submodule update -f cakeml
$HOLDIR/bin/Holmake checkerBinaryTheory.uo #$HOLDIR/bin/Holmake checkerBinaryTheory.uo
$HOLDIR/bin/Holmake checker.S #$HOLDIR/bin/Holmake checker.S
$HOLDIR/bin/Holmake cake_checker #$HOLDIR/bin/Holmake cake_checker
...@@ -68,15 +68,14 @@ for fname in ./*.sml; do ...@@ -68,15 +68,14 @@ for fname in ./*.sml; do
fi fi
done done
#Binary regression tests #Binary regression tests; disabled
for fname in ./*.txt; do #for fname in ./*.txt; do
../../hol4/binary/cake_checker $fname # ../../hol4/binary/cake_checker $fname
if [ $? -eq 0 ] # if [ $? -eq 0 ]
then # then
echo "Successfully checked $fname"; # echo "Successfully checked $fname";
else # else
echo "Checking $fname has failed" # echo "Checking $fname has failed"
exit 1; # exit 1;
fi # fi
#done
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment