2008-04-13 23:00:19 +00:00
|
|
|
#~ Copyright Rene Rivera 2008
|
|
|
|
|
#~ Distributed under the Boost Software License, Version 1.0.
|
|
|
|
|
#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
|
|
|
|
|
|
import testing ;
|
2018-10-28 21:14:31 -06:00
|
|
|
import ../../config/checks/config : requires ;
|
2008-04-13 23:00:19 +00:00
|
|
|
|
2009-11-26 18:06:10 +00:00
|
|
|
project : requirements <warnings>all <toolset>gcc:<cxxflags>-Wextra ;
|
|
|
|
|
|
2017-05-07 13:15:15 +01:00
|
|
|
obj has_gmpxx : has_gmpxx.cpp ;
|
|
|
|
|
explicit has_gmpxx ;
|
|
|
|
|
|
2008-04-13 23:00:19 +00:00
|
|
|
test-suite integer
|
2018-01-28 14:47:14 -06:00
|
|
|
:
|
2009-11-26 12:59:39 +00:00
|
|
|
[ run integer_traits_test.cpp ]
|
2009-11-29 16:23:04 +00:00
|
|
|
[ run integer_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-long-long <toolset>sun:<cxxflags>"-Qoption ccfe -tmpldepth=128" ]
|
2009-11-26 12:59:39 +00:00
|
|
|
[ run integer_mask_test.cpp ]
|
|
|
|
|
[ run static_log2_test.cpp ]
|
|
|
|
|
[ run static_min_max_test.cpp ]
|
2018-10-28 21:14:31 -06:00
|
|
|
[ run extended_euclidean_test.cpp : : : [ requires cxx11_unified_initialization_syntax ] ]
|
|
|
|
|
[ run mod_inverse_test.cpp : : : [ requires cxx11_unified_initialization_syntax ] ]
|
2009-11-26 18:06:10 +00:00
|
|
|
[ compile integer_traits_include_test.cpp ]
|
|
|
|
|
[ compile integer_include_test.cpp ]
|
|
|
|
|
[ compile integer_mask_include_test.cpp ]
|
|
|
|
|
[ compile static_log2_include_test.cpp ]
|
|
|
|
|
[ compile static_min_max_include_test.cpp ]
|
|
|
|
|
[ compile integer_fwd_include_test.cpp ]
|
2017-03-28 19:06:13 +01:00
|
|
|
[ compile gcd_constexpr14_test.cpp ]
|
2017-04-23 13:01:09 +01:00
|
|
|
[ compile gcd_noexcept_test.cpp ]
|
2012-05-02 17:10:20 +00:00
|
|
|
[ compile-fail fail_int_exact.cpp ]
|
|
|
|
|
[ compile-fail fail_int_fast.cpp ]
|
|
|
|
|
[ compile-fail fail_int_least.cpp ]
|
|
|
|
|
[ compile-fail fail_uint_exact.cpp ]
|
|
|
|
|
[ compile-fail fail_uint_fast.cpp ]
|
|
|
|
|
[ compile-fail fail_uint_least.cpp ]
|
2015-01-25 17:26:09 +01:00
|
|
|
[ compile-fail fail_uint_65.cpp ]
|
2017-05-09 19:52:20 +01:00
|
|
|
[ run common_factor_test.cpp : : : [ check-target-builds has_gmpxx "Checking for gmpxx.h" : <define>BOOST_INTEGER_HAS_GMPXX_H=1 <linkflags>-lgmp <linkflags>-lgmpxx ] ]
|
2008-04-13 23:00:19 +00:00
|
|
|
;
|