Skip to content

Commit 5229890

Browse files
authored
Merge pull request #1208 from boostorg/compile_tests
More fixes for path of compile tests
2 parents bb7539e + 810ec3d commit 5229890

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: test/compile_test/tools_solve_inc_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
// #includes all the files that it needs to.
88
//
99
#ifndef BOOST_MATH_STANDALONE
10-
#include <boost/math/tools/solve.hpp>
10+
#include "../../include_private/boost/math/tools/solve.hpp"
1111
#endif

Diff for: test/compile_test/tools_test_data_inc_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// #includes all the files that it needs to.
88
//
99
#ifndef BOOST_MATH_STANDALONE
10-
#include <boost/math/tools/test_data.hpp>
10+
#include "../../include_private/boost/math/tools/test_data.hpp"
1111

1212
#define T double
1313

Diff for: test/compile_test/tools_test_inc_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <array>
1010

1111
#ifndef BOOST_MATH_STANDALONE
12-
#include <boost/math/tools/test.hpp>
12+
#include "../../include_private/boost/math/tools/test.hpp"
1313
//
1414
// Note this header includes no other headers, this is
1515
// important if this test is to be meaningful:

0 commit comments

Comments
 (0)