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
$HOLDIR/bin/Holmake
cd ./binary
#cd ./binary
echo "Downloading CakeML"
git submodule init cakeml
git submodule update -f cakeml
#echo "Downloading CakeML"
#git submodule init cakeml
#git submodule update -f cakeml
$HOLDIR/bin/Holmake checkerBinaryTheory.uo
$HOLDIR/bin/Holmake checker.S
$HOLDIR/bin/Holmake cake_checker
#$HOLDIR/bin/Holmake checkerBinaryTheory.uo
#$HOLDIR/bin/Holmake checker.S
#$HOLDIR/bin/Holmake cake_checker
......@@ -68,15 +68,14 @@ for fname in ./*.sml; do
fi
done
#Binary regression tests
for fname in ./*.txt; do
../../hol4/binary/cake_checker $fname
if [ $? -eq 0 ]
then
echo "Successfully checked $fname";
else
echo "Checking $fname has failed"
exit 1;
fi
done
#Binary regression tests; disabled
#for fname in ./*.txt; do
# ../../hol4/binary/cake_checker $fname
# if [ $? -eq 0 ]
# then
# echo "Successfully checked $fname";
# else
# echo "Checking $fname has failed"
# exit 1;
# fi
#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