Add files for testresults

Add test collection script odifications for "skipped"

fixes on conditions
This commit is contained in:
Maxime Gimeno
2021-07-23 14:15:07 +02:00
parent 7a526ea537
commit 4635ac2e15
7 changed files with 1203 additions and 4 deletions
@@ -58,7 +58,7 @@ echo "starting testsuite..."
./autotest_cgal -c
if [ -n "$4" ]; then
if [ "$4" = "y" ]; then
cd ${CGAL_ROOT}
V=$(cat VERSION_NUMBER)
V=$(($V+1))