summaryrefslogtreecommitdiff
path: root/TAO/tests/CallbackTest/README
blob: 79faf6d88245ca1f437d028da246c17142b9ef14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**

@page Callback Test README File

  This is a test to test client callbacks in various IP connection setups.

  - run_test.pl tests the default endpoint setup;

  - run_test_ipv6.pl tests the situation where both
    server and client are forced to use only IPv6
    endpoints;

  - run_test_mixed_ip.pl tests the situation where the server is forced to
    use an IPv6 endpoint and the client an IPv4 endpoint.

	To run the test use the run_testXXX.pl script:

$ ./run_test.pl

	the script returns 0 if the test was successful.

*/