From 5ec08e62cd87cbca848ff9a0b735da8654234562 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 28 Jun 2022 02:10:34 +0300 Subject: [PATCH] Update test/Jamfile --- test/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;