Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More fixes for path of compile tests #1208

Merged
merged 3 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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