Add BOOST_ENDIAN_NO_INTRINSICS tests to test/Jamfile

This commit is contained in:
Peter Dimov
2018-12-06 18:02:52 +02:00
parent 9cbd708ce5
commit 84273c7139

View File

@@ -11,8 +11,17 @@
import testing ;
run buffer_test.cpp ;
run buffer_test.cpp : : : <define>BOOST_ENDIAN_NO_INTRINSICS : buffer_test_ni ;
run endian_test.cpp ;
run endian_test.cpp : : : <define>BOOST_ENDIAN_NO_INTRINSICS : endian_test_ni ;
run endian_operations_test.cpp ;
run endian_operations_test.cpp : : : <define>BOOST_ENDIAN_NO_INTRINSICS : endian_operations_test_ni ;
run endian_in_union_test.cpp ;
run conversion_test.cpp ;
run conversion_test.cpp : : : <define>BOOST_ENDIAN_NO_INTRINSICS : conversion_test_ni ;
run intrinsic_test.cpp ;