Changed the Integer-selection test to use the unit-test system

[SVN r47200]
This commit is contained in:
Daryle Walker
2008-07-07 23:13:43 +00:00
parent 3c7910fad3
commit edfaeb6c0e
2 changed files with 60 additions and 32 deletions

View File

@ -6,7 +6,8 @@ import testing ;
test-suite integer
: [ run cstdint_test.cpp ]
[ run integer_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