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 ;