This commit is contained in:
Guillaume Damiand 2022-04-15 13:01:25 +02:00
parent 5d4a30a9c6
commit ad3c488d53
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ project(Combinatorial_map_Tests)
find_package(CGAL REQUIRED)
set(hfiles Combinatorial_map_2_test.h Combinatorial_map_3_test.h
set(hfiles Combinatorial_map_2_test.h Combinatorial_map_3_test.h
Combinatorial_map_test_iterators.h Face_graph_wrapper_test.h)
# create a target per cppfile

View File

@ -19,7 +19,7 @@ if(NOT Boost_FOUND)
endif()
set(hfiles Generalized_map_2_test.h Generalized_map_3_test.h
set(hfiles Generalized_map_2_test.h Generalized_map_3_test.h
Generalized_map_4_test.h GMap_test_insertions.h)
create_single_source_cgal_program("Generalized_map_test.cpp" ${hfiles})

View File

@ -133,7 +133,7 @@ bool test_LCC_2()
typedef typename LCC::Dart_handle Dart_handle;
typedef typename LCC::Point Point;
// Construction operations
trace_test_begin();
Dart_handle dh1=lcc.make_segment(Point(0,0),Point(1,0), true);