From 244e0fe1cfe7afe6dd3321cbf572af5fd862cf25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 13 Jan 2014 17:42:10 +0100 Subject: [PATCH] add missing targets to the testsuite --- CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake | 8 ++++++++ 1 file changed, 8 insertions(+) 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 #