From af016adda1cf86d6485abcc49fcf0b1bd1a81e73 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 3 Nov 2021 16:19:31 +0200 Subject: [PATCH] Fix duplicate test under CMake --- test/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;