diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 1a4733e..3ee75cb 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -88,8 +88,8 @@ run-ni store_convenience_test.cpp ; run float_typedef_test.cpp : : : "gcc,32:-ffloat-store" ; -run float_typedef_test.cpp - : : : "gcc,32:-ffloat-store" BOOST_ENDIAN_NO_INTRINSICS : float_typedef_test_ni ; +run float_typedef_test.cpp : : : + "gcc,32:-ffloat-store" BOOST_ENDIAN_NO_INTRINSICS : float_typedef_test_ni ; run data_test.cpp ; run-ni data_test.cpp ;