Преглед изворни кода

Add regression testing support for asio.

[SVN r36688]
Christopher Kohlhoff пре 19 година
родитељ
комит
8beab18a45
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      status/Jamfile
  2. 1 0
      status/Jamfile.v2

+ 1 - 0
status/Jamfile

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

+ 1 - 0
status/Jamfile.v2

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

粤ICP备19079148号