summaryrefslogtreecommitdiff
path: root/src/Bottleneck
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-07-08 08:45:28 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-07-08 08:45:28 +0000
commit91c03d57fa9a674a177199c759476209a81707e4 (patch)
treed89a87c9feabcba4ee7a3d74f7fbef7ecc0a20e4 /src/Bottleneck
parent0cbab32353f334e0bdd5c9c520e6cc8ac9831947 (diff)
Clang boost test segmentation fault fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@697 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ddfc6fe41d7112fd6b6c68eadf45e468f2c8904b
Diffstat (limited to 'src/Bottleneck')
-rw-r--r--src/Bottleneck/test/bottleneck_unit_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Bottleneck/test/bottleneck_unit_test.cpp b/src/Bottleneck/test/bottleneck_unit_test.cpp
index 068b8690..c60f5d8a 100644
--- a/src/Bottleneck/test/bottleneck_unit_test.cpp
+++ b/src/Bottleneck/test/bottleneck_unit_test.cpp
@@ -1,6 +1,6 @@
-#define BOOST_TEST_MODULE bottleneck test
-
-#include <boost/test/included/unit_test.hpp>
+#define BOOST_TEST_DYN_LINK
+#define BOOST_TEST_MODULE "bottleneck"
+#include <boost/test/unit_test.hpp>
#include "gudhi/Graph_matching.h"
#include <iostream>