Add regression testing support for asio.

[SVN r36688]
This commit is contained in:
Christopher Kohlhoff 2007-01-11 13:12:08 +00:00
parent a93000b077
commit 8beab18a45
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ DEPENDS all : test ;
subinclude libs/any/test ; # test-suite any
subinclude libs/algorithm/minmax/test ; # test-suite algorithm/minmax
subinclude libs/algorithm/string/test ; # test-suite algorithm/string
subinclude libs/asio/test ; # test-suite asio
subinclude libs/assign/test ; # test-suite assign
subinclude libs/bind/test ; # test-suite bind
subinclude libs/conversion/test ; # test-suite conversion

View file

@ -26,6 +26,7 @@ alias unit_test_framework : ../libs/test/build//boost_unit_test_framework/<link>
# Please keep these in alphabetic order by test-suite name
build-project ../libs/algorithm/minmax/test ; # test-suite algorith/minmax
build-project ../libs/algorithm/string/test ; # test-suite algorithm/string
build-project ../libs/asio/test ; # test-suite asio
build-project ../libs/assign/test ; # test-suite assign
build-project ../libs/any/test ; # test-suite any
build-project ../libs/bind/test ; # test-suite bind