freebsd-ports/finance/quantlib/files/patch-test-suite_quantlibtestsuite.cpp
Max Brazhnikov 4541382974 Update to 0.9.9
Pass maintainership to submitter

PR:		ports/144040
Submitted by:	dikshie <dikshie at sfc.wide.ad.jp>
Feature safe:	yes
2010-02-18 18:25:53 +00:00

12 lines
374 B
C++

--- test-suite/quantlibtestsuite.cpp.orig 2010-02-17 19:23:25.000000000 +0900
+++ test-suite/quantlibtestsuite.cpp 2010-02-17 19:24:06.000000000 +0900
@@ -18,6 +18,9 @@
FOR A PARTICULAR PURPOSE. See the license for more details.
*/
+#define BOOST_TEST_DYN_LINK
+#define BOOST_TEST_MAIN
+
#include <ql/types.hpp>
#include <ql/settings.hpp>
#include <ql/version.hpp>