diff --git a/CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake b/CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake index 129359854b5..c371f601ccf 100755 --- a/CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake +++ b/CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake @@ -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 #