Skip to content

Commit

Permalink
Merge pull request #1208 from boostorg/compile_tests
Browse files Browse the repository at this point in the history
More fixes for path of compile tests
  • Loading branch information
mborland authored Oct 10, 2024
2 parents bb7539e + 810ec3d commit 5229890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/compile_test/tools_solve_inc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
// #includes all the files that it needs to.
//
#ifndef BOOST_MATH_STANDALONE
#include <boost/math/tools/solve.hpp>
#include "../../include_private/boost/math/tools/solve.hpp"
#endif
2 changes: 1 addition & 1 deletion test/compile_test/tools_test_data_inc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// #includes all the files that it needs to.
//
#ifndef BOOST_MATH_STANDALONE
#include <boost/math/tools/test_data.hpp>
#include "../../include_private/boost/math/tools/test_data.hpp"

#define T double

Expand Down
2 changes: 1 addition & 1 deletion test/compile_test/tools_test_inc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <array>

#ifndef BOOST_MATH_STANDALONE
#include <boost/math/tools/test.hpp>
#include "../../include_private/boost/math/tools/test.hpp"
//
// Note this header includes no other headers, this is
// important if this test is to be meaningful:
Expand Down

0 comments on commit 5229890

Please sign in to comment.