forked from Lainports/freebsd-ports
Pass maintainership to submitter PR: ports/144040 Submitted by: dikshie <dikshie at sfc.wide.ad.jp> Feature safe: yes
12 lines
343 B
C++
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>
|