From 8b10a56f36062a5597241d8d63ee88a35fd92346 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 5 Oct 2012 13:30:04 +0000 Subject: [PATCH] Rename a test to avoid a conflict There was target name conflict with test/Arrangement_on_surface_2/point_location.cpp --- .gitignore | 6 ++++++ .../Nef_2/{point_location.cpp => nef_2_point_location.cpp} | 0 2 files changed, 6 insertions(+) rename Nef_2/test/Nef_2/{point_location.cpp => nef_2_point_location.cpp} (100%) diff --git a/.gitignore b/.gitignore index a0b68f34016..79d2f91ad65 100644 --- a/.gitignore +++ b/.gitignore @@ -695,6 +695,12 @@ Modular_arithmetic/doc_tex/Modular_arithmetic/*.aux Modular_arithmetic/doc_tex/Modular_arithmetic/*.hax Modular_arithmetic/doc_tex/Modular_arithmetic_ref/main.aux Modular_arithmetic/doc_tex/Modular_arithmetic_ref/main.hax +Nef_2/test/Nef_2/CMakeLists.txt +Nef_2/test/Nef_2/EPoint-test +Nef_2/test/Nef_2/Nef_polyhedron_2-test +Nef_2/test/Nef_2/Polynomial-test +Nef_2/test/Nef_2/cgal_test_with_cmake +Nef_2/test/Nef_2/nef_2_point_location Nef_3/demo/Nef_3/Makefile Nef_3/examples/Nef_3/Makefile Nef_3/examples/Nef_3/comparison diff --git a/Nef_2/test/Nef_2/point_location.cpp b/Nef_2/test/Nef_2/nef_2_point_location.cpp similarity index 100% rename from Nef_2/test/Nef_2/point_location.cpp rename to Nef_2/test/Nef_2/nef_2_point_location.cpp