mirror of
https://github.com/boostorg/endian.git
synced 2025-09-25 16:20:54 +02:00
Add endian_reverse_test_ni
This commit is contained in:
@@ -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 ;
|
||||
|
Reference in New Issue
Block a user