Add io_state_test

[SVN r13765]
This commit is contained in:
Beman Dawes 2002-05-09 01:04:34 +00:00
parent d6d193d355
commit 6015874c6f
2 changed files with 3 additions and 0 deletions

View file

@ -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 ]

View file

@ -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