Skip to content

Commit 66175e3

Browse files
committed
hopefully fix mscvc tests [windows]
1 parent fb72a65 commit 66175e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/Jamfile.v2

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,12 +1360,12 @@ test-suite autodiff :
13601360
;
13611361
test-suite test_reverse_mode_autodiff
13621362
:
1363-
[ run test_reverse_mode_autodiff_flat_linear_allocator.cpp ]
1364-
[ run test_reverse_mode_autodiff_constructors.cpp ]
1365-
[ run test_reverse_mode_autodiff_comparison_operators.cpp ]
1366-
[ run test_reverse_mode_autodiff_stl_support.cpp ]
1367-
[ run test_reverse_mode_autodiff_basic_math_ops.cpp ]
1368-
[ run test_reverse_mode_autodiff_error_functions.cpp ]
1363+
[ 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 ]
1364+
[ 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 ]
1365+
[ 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 ]
1366+
[ 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 ]
1367+
[ 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 ]
1368+
[ 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 ]
13691369
;
13701370
test-suite autodiff-long-running-tests
13711371
:

0 commit comments

Comments
 (0)