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 ;
|
|
|
|
|
|
|
|
test-suite integer
|
|
|
|
: [ run cstdint_test.cpp ]
|
2008-07-07 23:13:43 +00:00
|
|
|
[ run integer_test.cpp
|
|
|
|
/boost/test//boost_unit_test_framework ]
|
2008-04-13 23:00:19 +00:00
|
|
|
[ run integer_traits_test.cpp
|
|
|
|
/boost/test//boost_test_exec_monitor/<link>static ]
|
2008-07-06 00:58:34 +00:00
|
|
|
[ run integer_mask_test.cpp
|
2008-07-27 16:34:38 +00:00
|
|
|
/boost/test//boost_unit_test_framework ]
|
2008-07-06 00:58:34 +00:00
|
|
|
[ run static_log2_test.cpp
|
|
|
|
/boost/test//boost_test_exec_monitor/<link>static ]
|
|
|
|
[ run static_min_max_test.cpp
|
|
|
|
/boost/test//boost_test_exec_monitor/<link>static ]
|
2008-07-23 22:40:20 +00:00
|
|
|
[ compile issue_2134.cpp ]
|
2008-04-13 23:00:19 +00:00
|
|
|
;
|