summaryrefslogtreecommitdiff
path: root/src/Alpha_shapes/test/Alpha_shapes_unit_test.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-03-31 09:54:42 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-03-31 09:54:42 +0000
commit2d20d45866faee2f916e846967b91a1a836246d3 (patch)
tree9bdb6363255d35816b06e28682c48e49928c17b0 /src/Alpha_shapes/test/Alpha_shapes_unit_test.cpp
parent8a587e14465a5d9d4016f0d188a2681f587397ea (diff)
xunit purpose modification
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/xunit@519 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e9d555de2c1452010be4faa13178e86ae2b77e8d
Diffstat (limited to 'src/Alpha_shapes/test/Alpha_shapes_unit_test.cpp')
-rw-r--r--src/Alpha_shapes/test/Alpha_shapes_unit_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Alpha_shapes/test/Alpha_shapes_unit_test.cpp b/src/Alpha_shapes/test/Alpha_shapes_unit_test.cpp
index a90704b6..b4c32321 100644
--- a/src/Alpha_shapes/test/Alpha_shapes_unit_test.cpp
+++ b/src/Alpha_shapes/test/Alpha_shapes_unit_test.cpp
@@ -20,7 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define BOOST_TEST_MODULE alpha_shapes
+#define BOOST_TEST_MODULE alpha_shapes test
#include <boost/test/included/unit_test.hpp>
#include <boost/system/error_code.hpp>
#include <boost/chrono/thread_clock.hpp>