mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
Add io_state_test
[SVN r13765]
This commit is contained in:
parent
d6d193d355
commit
6015874c6f
2 changed files with 3 additions and 0 deletions
|
@ -441,6 +441,8 @@ test-suite integer
|
|||
[ run libs/integer/integer_traits_test.cpp ]
|
||||
;
|
||||
|
||||
run libs/io/test/ios_state_test.cpp ;
|
||||
|
||||
test-suite lambda
|
||||
: [ run libs/lambda/test/bind_tests_simple.cpp ]
|
||||
[ run libs/lambda/test/bind_tests_advanced.cpp ]
|
||||
|
|
|
@ -33,6 +33,7 @@ run libs/graph/test/graph.cpp
|
|||
run libs/integer/cstdint_test.cpp
|
||||
run libs/integer/integer_test.cpp
|
||||
run libs/integer/integer_traits_test.cpp
|
||||
run libs/io/test/ios_state_test.cpp
|
||||
run libs/lambda/test/bind_tests_simple.cpp
|
||||
run libs/lambda/test/operator_tests_simple.cpp
|
||||
run libs/math/test/common_factor_test.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue