mirror of https://github.com/CGAL/cgal
add missing targets to the testsuite
This commit is contained in:
parent
2d1e025918
commit
244e0fe1cf
|
|
@ -160,6 +160,14 @@ if ${MAKE_CMD} -f Makefile help | grep "triangulation" > /dev/null; then
|
|||
compile_and_run CGAL_triangulation
|
||||
NEED_CLEAN=y
|
||||
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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue