From 6b65a4b6ed7ffe7450c2f3ca92da45a1d7053d7d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 20 Mar 2019 02:25:54 +0200 Subject: [PATCH] Add endian_reverse_test_ni --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index e11ff22..ad97c98 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,7 +1,7 @@ # Boost Endian Library test Jamfile # Copyright Beman Dawes 2006, 2013 -# Copyright 2018 Peter Dimov +# Copyright 2018, 2019 Peter Dimov # Distributed under the Boost Software License, Version 1.0. # See http://www.boost.org/LICENSE_1_0.txt @@ -53,3 +53,4 @@ compile spirit_conflict_test.cpp : $(allow-warnings) ; run endian_reverse_test.cpp ; +run endian_reverse_test.cpp : : : BOOST_ENDIAN_NO_INTRINSICS : endian_reverse_test_ni ;