From d7bce7f322a8c4ea1e65e182e3e487f116a0f978 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Tue, 13 Jan 2004 09:36:08 +0000 Subject: [PATCH] add forgotten test program for old remove --- .../Triangulation_3/test/Triangulation_3/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Packages/Triangulation_3/test/Triangulation_3/Makefile b/Packages/Triangulation_3/test/Triangulation_3/Makefile index d1c3eba2e1d..18a0ee7188d 100644 --- a/Packages/Triangulation_3/test/Triangulation_3/Makefile +++ b/Packages/Triangulation_3/test/Triangulation_3/Makefile @@ -37,14 +37,14 @@ LDFLAGS = $(TESTSUITE_LDFLAGS) \ # target entries #---------------------------------------------------------------------# -all: test_triangulation_tds \ - test_triangulation_3 test_delaunay_3 \ - test_regular_3 test_delaunay_hierarchy_3 +all: test_triangulation_tds test_triangulation_3 test_delaunay_3 \ + test_regular_3 test_delaunay_hierarchy_3 test_delaunay_3_old_remove ./test_triangulation_tds ./test_triangulation_3 ./test_delaunay_3 + ./test_delaunay_3_old_remove ./test_delaunay_hierarchy_3 - ./test_regular_3 + ./test_regular_3 test_triangulation_tds: test_triangulation_tds$(OBJ_EXT) $(CGAL_CXX) -o test_triangulation_tds test_triangulation_tds$(OBJ_EXT) $(LDFLAGS) @@ -55,6 +55,9 @@ test_triangulation_3: test_triangulation_3$(OBJ_EXT) test_delaunay_3: test_delaunay_3$(OBJ_EXT) $(CGAL_CXX) -o test_delaunay_3 test_delaunay_3$(OBJ_EXT) $(LDFLAGS) +test_delaunay_3_old_remove: test_delaunay_3_old_remove$(OBJ_EXT) + $(CGAL_CXX) -o test_delaunay_3_old_remove test_delaunay_3_old_remove$(OBJ_EXT) $(LDFLAGS) + test_delaunay_hierarchy_3: test_delaunay_hierarchy_3$(OBJ_EXT) $(CGAL_CXX) -o test_delaunay_hierarchy_3 test_delaunay_hierarchy_3$(OBJ_EXT) $(LDFLAGS) @@ -63,7 +66,7 @@ test_regular_3: test_regular_3$(OBJ_EXT) clean: - rm -f *$(OBJ_EXT) test_triangulation_3 \ - test_triangulation_tds test_delaunay_3 \ + test_triangulation_tds test_delaunay_3 test_delaunay_3_old_remove \ test_delaunay_hierarchy_3 test_regular_3 \ Program* Error* Compiler* error* Test*_triangulation_IO_3 \ Test_tds_IO_3 core *.da *.gcov *.bb *.bbg