forked from boostorg/integer
Merge from trunk
[SVN r50681]
This commit is contained in:
@ -5,10 +5,16 @@
|
|||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
test-suite integer
|
test-suite integer
|
||||||
: [ run integer_mask_test.cpp
|
: [ run cstdint_test.cpp ]
|
||||||
|
[ run integer_test.cpp
|
||||||
|
/boost/test//boost_unit_test_framework ]
|
||||||
|
[ run integer_traits_test.cpp
|
||||||
|
/boost/test//boost_test_exec_monitor/<link>static ]
|
||||||
|
[ run integer_mask_test.cpp
|
||||||
/boost/test//boost_unit_test_framework ]
|
/boost/test//boost_unit_test_framework ]
|
||||||
[ run static_log2_test.cpp
|
[ run static_log2_test.cpp
|
||||||
/boost/test//boost_test_exec_monitor/<link>static ]
|
/boost/test//boost_test_exec_monitor/<link>static ]
|
||||||
[ run static_min_max_test.cpp
|
[ run static_min_max_test.cpp
|
||||||
/boost/test//boost_test_exec_monitor/<link>static ]
|
/boost/test//boost_test_exec_monitor/<link>static ]
|
||||||
|
# [ compile issue_2134.cpp ]
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user