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 ;
|
|
|
|
|
|
2009-11-26 18:06:10 +00:00
|
|
|
project : requirements <warnings>all <toolset>gcc:<cxxflags>-Wextra ;
|
|
|
|
|
|
2008-04-13 23:00:19 +00:00
|
|
|
test-suite integer
|
2009-12-11 17:46:10 +00:00
|
|
|
:
|
|
|
|
|
[ run cstdint_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-long-long ]
|
|
|
|
|
[ run cstdint_test2.cpp : : : <toolset>gcc:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-long-long ]
|
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 ]
|
2009-11-26 18:06:10 +00:00
|
|
|
[ compile cstdint_include_test.cpp ]
|
|
|
|
|
[ 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 ]
|
2008-04-13 23:00:19 +00:00
|
|
|
;
|