Add endian_reverse_test_ni

This commit is contained in:
Peter Dimov
2019-03-20 02:25:54 +02:00
parent 7afa3e307b
commit 6b65a4b6ed

View File

@@ -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 : : : <define>BOOST_ENDIAN_NO_INTRINSICS : endian_reverse_test_ni ;