2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix include path in tests.

This commit is contained in:
jzmaddock
2021-09-03 10:56:44 +01:00
parent e7f4a4c033
commit ed9a0bae1f
3 changed files with 3 additions and 3 deletions

View File

@@ -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()
{

View File

@@ -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()
{

View File

@@ -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()
{