Update test/Jamfile

This commit is contained in:
Peter Dimov
2022-06-28 02:10:34 +03:00
parent e35a48c0ea
commit 5ec08e62cd

View File

@ -88,8 +88,8 @@ run-ni store_convenience_test.cpp ;
run float_typedef_test.cpp
: : : "<toolset>gcc,<address-model>32:<cxxflags>-ffloat-store" ;
run float_typedef_test.cpp
: : : "<toolset>gcc,<address-model>32:<cxxflags>-ffloat-store" <define>BOOST_ENDIAN_NO_INTRINSICS : float_typedef_test_ni ;
run float_typedef_test.cpp : : :
"<toolset>gcc,<address-model>32:<cxxflags>-ffloat-store" <define>BOOST_ENDIAN_NO_INTRINSICS : float_typedef_test_ni ;
run data_test.cpp ;
run-ni data_test.cpp ;