freebsd-ports/finance/quantlib/files/patch-test-suite_quantlibbenchmark.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
343 B
C++

--- test-suite/quantlibbenchmark.cpp.orig 2010-02-17 20:58:39.000000000 +0900
+++ test-suite/quantlibbenchmark.cpp 2010-02-17 20:59:32.000000000 +0900
@@ -64,6 +64,9 @@
copyrights therein.
*/
+#define BOOST_TEST_DYN_LINK
+#define BOOST_TEST_MAIN
+
#include <ql/types.hpp>
#include <ql/version.hpp>
#include <boost/test/unit_test.hpp>