mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Split autodiff tests into 4 files due to mingw 'too many sections'. Comment out unused #include <boost/multiprecision/cpp_bin_float.hpp> (tested in examples).
This commit is contained in:
@@ -1241,6 +1241,7 @@ test-suite misc :
|
||||
[ run test_autodiff_1.cpp ../../test/build//boost_unit_test_framework : : : <toolset>msvc:<cxxflags>/bigobj [ requires cxx11_inline_namespaces ] ]
|
||||
[ run test_autodiff_2.cpp ../../test/build//boost_unit_test_framework : : : <toolset>msvc:<cxxflags>/bigobj [ requires cxx11_inline_namespaces ] ]
|
||||
[ run test_autodiff_3.cpp ../../test/build//boost_unit_test_framework : : : <toolset>msvc:<cxxflags>/bigobj [ requires cxx11_inline_namespaces ] ]
|
||||
[ run test_autodiff_4.cpp ../../test/build//boost_unit_test_framework : : : <toolset>msvc:<cxxflags>/bigobj [ requires cxx11_inline_namespaces ] ]
|
||||
;
|
||||
|
||||
build-project ../example ;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <boost/math/special_functions/fpclassify.hpp> // isnan
|
||||
#include <boost/math/special_functions/round.hpp> // iround
|
||||
#include <boost/math/special_functions/trunc.hpp> // itrunc
|
||||
#include <boost/multiprecision/cpp_bin_float.hpp>
|
||||
//#include <boost/multiprecision/cpp_bin_float.hpp>
|
||||
|
||||
#define BOOST_TEST_MODULE test_autodiff
|
||||
#include <boost/test/included/unit_test.hpp>
|
||||
|
||||
File diff suppressed because one or more lines are too long
349
test/test_autodiff_4.cpp
Normal file
349
test/test_autodiff_4.cpp
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user