summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/test/vector_representation_test.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-12-19 15:33:19 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-12-19 15:33:19 +0000
commit22ab936a67cdf649091599526f239bdb263100f9 (patch)
tree54c304c827c9bafe051c1b505fa4a1d5b749739f /src/Persistence_representations/test/vector_representation_test.cpp
parentb6608aca85acd5a3383407f2de39bd822445fe60 (diff)
Fix unitary tests
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/persistence_representation_integration_cmake_improvement@3088 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: db6f2e909552d643597925b312b7b50743924dfa
Diffstat (limited to 'src/Persistence_representations/test/vector_representation_test.cpp')
-rw-r--r--src/Persistence_representations/test/vector_representation_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistence_representations/test/vector_representation_test.cpp b/src/Persistence_representations/test/vector_representation_test.cpp
index 3f3e2abe..7e4ce3ee 100644
--- a/src/Persistence_representations/test/vector_representation_test.cpp
+++ b/src/Persistence_representations/test/vector_representation_test.cpp
@@ -26,7 +26,7 @@
#include <iostream>
#define BOOST_TEST_DYN_LINK
-#define BOOST_TEST_MODULE "Persistence_representations"
+#define BOOST_TEST_MODULE "vector_representation_test"
#include <boost/test/unit_test.hpp>
#include <gudhi/reader_utils.h>
#include <vector>