mirror of
https://github.com/boostorg/math.git
synced 2025-05-11 21:33:52 +00:00
Fix include path in tests.
This commit is contained in:
parent
e7f4a4c033
commit
ed9a0bae1f
@ -6,7 +6,7 @@
|
||||
#define BOOST_MATH_NO_ATOMIC_INT
|
||||
|
||||
#include <boost/math/special_functions/bernoulli.hpp>
|
||||
#include "test_compile_result.hpp"
|
||||
#include "compile_test/test_compile_result.hpp"
|
||||
|
||||
void compile_and_link_test()
|
||||
{
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <boost/math/special_functions/bernoulli.hpp>
|
||||
#include <boost/multiprecision/cpp_bin_float.hpp>
|
||||
#include "test_compile_result.hpp"
|
||||
#include "compile_test/test_compile_result.hpp"
|
||||
|
||||
void compile_and_link_test()
|
||||
{
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include <boost/math/special_functions/bernoulli.hpp>
|
||||
#include <boost/multiprecision/cpp_bin_float.hpp>
|
||||
#include "test_compile_result.hpp"
|
||||
#include "compile_test/test_compile_result.hpp"
|
||||
|
||||
void compile_and_link_test()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user