add missing targets to the testsuite

This commit is contained in:
Sébastien Loriot 2014-01-13 17:42:10 +01:00
parent 2d1e025918
commit 244e0fe1cf
1 changed files with 8 additions and 0 deletions

View File

@ -160,6 +160,14 @@ if ${MAKE_CMD} -f Makefile help | grep "triangulation" > /dev/null; then
compile_and_run CGAL_triangulation compile_and_run CGAL_triangulation
NEED_CLEAN=y NEED_CLEAN=y
fi fi
if ${MAKE_CMD} -f Makefile help | grep "circle_pencils" > /dev/null; then
compile_and_run CGAL_circle_pencils
NEED_CLEAN=y
fi
if ${MAKE_CMD} -f Makefile help | grep "hyperbolic" > /dev/null; then
compile_and_run CGAL_hyperbolic
NEED_CLEAN=y
fi
fi fi
# #