Remove the platforms before starting the filter testsuite

This commit is contained in:
Maxime Gimeno 2021-08-09 14:16:50 +02:00
parent 95a3b100f8
commit b579d9bd3c
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ cd ${CGAL_ROOT}
if [ -L CGAL-I ]; then rm CGAL-I; fi
ln -s $PWD/CGAL-TEST/$DEST CGAL-I
if [ -d CGAL-I/cmake/platforms ]; then
rm -rf CGAL-I/cmake/platforms/*
fi
echo "starting testsuite..."
./autotest_cgal -c