Update of /cvsroot/boost/boost/libs/asio/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32172

Modified Files:
        Jamfile.v2 
Log Message:
Fix test executable names.


Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/test/Jamfile.v2,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Jamfile.v2  20 Feb 2007 13:19:53 -0000      1.12
+++ Jamfile.v2  23 Feb 2007 02:22:10 -0000      1.13
@@ -69,38 +69,38 @@
   [ run error.cpp : : : $(USE_SELECT) : error_select ]
   [ run io_service.cpp ]
   [ run io_service.cpp : : : $(USE_SELECT) : io_service_select ]
-  [ link ip/address.cpp ]
-  [ link ip/address.cpp : $(USE_SELECT) : ip/address_select ]
-  [ link ip/address_v4.cpp ]
-  [ link ip/address_v4.cpp : $(USE_SELECT) : ip/address_v4_select ]
-  [ link ip/address_v6.cpp ]
-  [ link ip/address_v6.cpp : $(USE_SELECT) : ip/address_v6_select ]
-  [ link ip/basic_endpoint.cpp ]
-  [ link ip/basic_endpoint.cpp : $(USE_SELECT) : ip/basic_endpoint_select ]
-  [ link ip/basic_resolver.cpp ]
-  [ link ip/basic_resolver.cpp : $(USE_SELECT) : ip/basic_resolver_select ]
-  [ link ip/basic_resolver_entry.cpp ]
-  [ link ip/basic_resolver_entry.cpp : $(USE_SELECT) : 
ip/basic_resolver_entry_select ]
-  [ link ip/basic_resolver_iterator.cpp ]
-  [ link ip/basic_resolver_iterator.cpp : $(USE_SELECT) : 
ip/basic_resolver_iterator_select ]
-  [ link ip/basic_resolver_query.cpp ]
-  [ link ip/basic_resolver_query.cpp : $(USE_SELECT) : 
ip/basic_resolver_query_select ]
-  [ run ip/host_name.cpp ]
-  [ run ip/host_name.cpp : : : $(USE_SELECT) : ip/host_name_select ]
-  [ run ip/multicast.cpp ]
-  [ run ip/multicast.cpp : : : $(USE_SELECT) : ip/multicast_select ]
-  [ link ip/resolver_query_base.cpp ]
-  [ link ip/resolver_query_base.cpp : $(USE_SELECT) : 
ip/resolver_query_base_select ]
-  [ link ip/resolver_service.cpp ]
-  [ link ip/resolver_service.cpp : $(USE_SELECT) : ip/resolver_service_select ]
-  [ run ip/tcp.cpp ]
-  [ run ip/tcp.cpp : : : $(USE_SELECT) : ip/tcp_select ]
-  [ run ip/udp.cpp ]
-  [ run ip/udp.cpp : : : $(USE_SELECT) : ip/udp_select ]
-  [ run ip/unicast.cpp ]
-  [ run ip/unicast.cpp : : : $(USE_SELECT) : ip/unicast_select ]
-  [ run ip/v6_only.cpp ]
-  [ run ip/v6_only.cpp : : : $(USE_SELECT) : ip/v6_only_select ]
+  [ link ip/address.cpp : : ip_address ]
+  [ link ip/address.cpp : $(USE_SELECT) : ip_address_select ]
+  [ link ip/address_v4.cpp : : ip_address_v4 ]
+  [ link ip/address_v4.cpp : $(USE_SELECT) : ip_address_v4_select ]
+  [ link ip/address_v6.cpp : : ip_address_v6 ]
+  [ link ip/address_v6.cpp : $(USE_SELECT) : ip_address_v6_select ]
+  [ link ip/basic_endpoint.cpp : : ip_basic_endpoint ]
+  [ link ip/basic_endpoint.cpp : $(USE_SELECT) : ip_basic_endpoint_select ]
+  [ link ip/basic_resolver.cpp : : ip_basic_resolver ]
+  [ link ip/basic_resolver.cpp : $(USE_SELECT) : ip_basic_resolver_select ]
+  [ link ip/basic_resolver_entry.cpp : : ip_basic_resolver_entry ]
+  [ link ip/basic_resolver_entry.cpp : $(USE_SELECT) : 
ip_basic_resolver_entry_select ]
+  [ link ip/basic_resolver_iterator.cpp : : ip_basic_resolver_iterator ]
+  [ link ip/basic_resolver_iterator.cpp : $(USE_SELECT) : 
ip_basic_resolver_iterator_select ]
+  [ link ip/basic_resolver_query.cpp  : : ip_basic_resolver_query ]
+  [ link ip/basic_resolver_query.cpp : $(USE_SELECT) : 
ip_basic_resolver_query_select ]
+  [ run ip/host_name.cpp : : : : ip_host_name ]
+  [ run ip/host_name.cpp : : : $(USE_SELECT) : ip_host_name_select ]
+  [ run ip/multicast.cpp : : : : ip_multicast ]
+  [ run ip/multicast.cpp : : : $(USE_SELECT) : ip_multicast_select ]
+  [ link ip/resolver_query_base.cpp : : ip_resolver_query_base ]
+  [ link ip/resolver_query_base.cpp : $(USE_SELECT) : 
ip_resolver_query_base_select ]
+  [ link ip/resolver_service.cpp : : ip_resolver_service ]
+  [ link ip/resolver_service.cpp : $(USE_SELECT) : ip_resolver_service_select ]
+  [ run ip/tcp.cpp : : : : ip_tcp ]
+  [ run ip/tcp.cpp : : : $(USE_SELECT) : ip_tcp_select ]
+  [ run ip/udp.cpp : : : : ip_udp ]
+  [ run ip/udp.cpp : : : $(USE_SELECT) : ip_udp_select ]
+  [ run ip/unicast.cpp : : : : ip_unicast ]
+  [ run ip/unicast.cpp : : : $(USE_SELECT) : ip_unicast_select ]
+  [ run ip/v6_only.cpp : : : : ip_v6_only ]
+  [ run ip/v6_only.cpp : : : $(USE_SELECT) : ip_v6_only_select ]
   [ run is_read_buffered.cpp ]
   [ run is_read_buffered.cpp : : : $(USE_SELECT) : is_read_buffered_select ]
   [ run is_write_buffered.cpp ]


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to