Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53162 - branches/release/libs/asio/test/posix
From: troy_at_[hidden]
Date: 2009-05-21 17:27:02


Author: troy
Date: 2009-05-21 17:27:01 EDT (Thu, 21 May 2009)
New Revision: 53162
URL: http://svn.boost.org/trac/boost/changeset/53162

Log:
asio cmake test fixes
Text files modified:
   branches/release/libs/asio/test/posix/CMakeLists.txt | 12 ++++++------
   1 files changed, 6 insertions(+), 6 deletions(-)

Modified: branches/release/libs/asio/test/posix/CMakeLists.txt
==============================================================================
--- branches/release/libs/asio/test/posix/CMakeLists.txt (original)
+++ branches/release/libs/asio/test/posix/CMakeLists.txt 2009-05-21 17:27:01 EDT (Thu, 21 May 2009)
@@ -1,11 +1,11 @@
 foreach(test
- posix_basic_descriptor
- posix_basic_stream_descriptor
- posix_descriptor_base
- posix_stream_descriptor
- posix_stream_descriptor_service
+ basic_descriptor
+ basic_stream_descriptor
+ descriptor_base
+ stream_descriptor
+ stream_descriptor_service
     )
- boost_test_link(${test})
+ asio_test_link(${test})
 endforeach()
 
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk