Skip to content

Commit c5f6ac1

Browse files
committed
Fix building parallel test runner
We are missing #include of the config option to select parallel test runner, so we always end up with the standard one.
1 parent a6f874b commit c5f6ac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-suite/quantlibtestsuite.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
FOR A PARTICULAR PURPOSE. See the license for more details.
1919
*/
2020

21+
#include <ql/qldefines.hpp>
22+
2123
#define BOOST_TEST_MODULE QuantLibTests
2224

2325
#ifdef QL_ENABLE_PARALLEL_UNIT_TEST_RUNNER

0 commit comments

Comments
 (0)