mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
Add regression testing support for asio.
[SVN r36688]
This commit is contained in:
parent
a93000b077
commit
8beab18a45
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue