diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 7532f0b..81d4789 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -72,8 +72,8 @@ run-ni endian_ld_st_roundtrip_test.cpp ; run endian_arithmetic_test.cpp : : : "gcc,32:-ffloat-store" ; -run endian_arithmetic_test.cpp - : : : "gcc,32:-ffloat-store" BOOST_ENDIAN_NO_INTRINSICS : endian_arithmetic_test_ni ; +run endian_arithmetic_test.cpp : : : + "gcc,32:-ffloat-store" BOOST_ENDIAN_NO_INTRINSICS : endian_arithmetic_test_ni ; run deprecated_test.cpp ;