Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / CallbackTest / README
blobc4bd09ad83af61e6b815ebfad296958b5c1b087d
1 /**
5 @page Callback Test README File
7   This is a test to test client callbacks in various IP connection setups.
9   - run_test.pl tests the default endpoint setup;
11   - run_test_ipv6.pl tests the situation where both
12     server and client are forced to use only IPv6
13     endpoints;
15   - run_test_mixed_ip.pl tests the situation where the server is forced to
16     use an IPv6 endpoint and the client an IPv4 endpoint.
18         To run the test use the run_testXXX.pl script:
20 $ ./run_test.pl
22         the script returns 0 if the test was successful.