From 84273c7139c1281004b2fa887faad040f809f630 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 6 Dec 2018 18:02:52 +0200 Subject: [PATCH] Add BOOST_ENDIAN_NO_INTRINSICS tests to test/Jamfile --- test/Jamfile.v2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b0e9e7a..7f8d43b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -11,8 +11,17 @@ import testing ; run buffer_test.cpp ; +run buffer_test.cpp : : : BOOST_ENDIAN_NO_INTRINSICS : buffer_test_ni ; + run endian_test.cpp ; +run endian_test.cpp : : : BOOST_ENDIAN_NO_INTRINSICS : endian_test_ni ; + run endian_operations_test.cpp ; +run endian_operations_test.cpp : : : BOOST_ENDIAN_NO_INTRINSICS : endian_operations_test_ni ; + run endian_in_union_test.cpp ; + run conversion_test.cpp ; +run conversion_test.cpp : : : BOOST_ENDIAN_NO_INTRINSICS : conversion_test_ni ; + run intrinsic_test.cpp ;