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

hopefully fix mscvc tests [windows]

This commit is contained in:
mzhelyez
2025-09-09 21:09:07 +02:00
parent fb72a65058
commit 66175e3d42

View File

@@ -1360,12 +1360,12 @@ test-suite autodiff :
;
test-suite test_reverse_mode_autodiff
:
[ run test_reverse_mode_autodiff_flat_linear_allocator.cpp ]
[ run test_reverse_mode_autodiff_constructors.cpp ]
[ run test_reverse_mode_autodiff_comparison_operators.cpp ]
[ run test_reverse_mode_autodiff_stl_support.cpp ]
[ run test_reverse_mode_autodiff_basic_math_ops.cpp ]
[ run test_reverse_mode_autodiff_error_functions.cpp ]
[ run test_reverse_mode_autodiff_flat_linear_allocator.cpp /boost/test//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release ]
[ run test_reverse_mode_autodiff_constructors.cpp /boost/test//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release ]
[ run test_reverse_mode_autodiff_comparison_operators.cpp /boost/test//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release ]
[ run test_reverse_mode_autodiff_stl_support.cpp /boost/test//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release ]
[ run test_reverse_mode_autodiff_basic_math_ops.cpp /boost/test//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release ]
[ run test_reverse_mode_autodiff_error_functions.cpp /boost/test//boost_unit_test_framework : : : <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj <debug-symbols>off <toolset>msvc:<cxxflags>/bigobj release ]
;
test-suite autodiff-long-running-tests
: