Skip to content

Commit

Permalink
Fix building parallel test runner
Browse files Browse the repository at this point in the history
We are missing #include of the config option to select parallel test
runner, so we always end up with the standard one.
  • Loading branch information
eltoder committed Jan 17, 2024
1 parent a6f874b commit c5f6ac1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-suite/quantlibtestsuite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
FOR A PARTICULAR PURPOSE. See the license for more details.
*/

#include <ql/qldefines.hpp>

#define BOOST_TEST_MODULE QuantLibTests

#ifdef QL_ENABLE_PARALLEL_UNIT_TEST_RUNNER
Expand Down

0 comments on commit c5f6ac1

Please sign in to comment.