diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-13 02:47:58 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-13 02:47:58 +0000 |
commit | b49797e9e7745add3ebfd7e50e6b181de8afdab1 (patch) | |
tree | 5a4fea7911e05c3c5631fd0f501753f477941ed4 /tests/run_tests.sh | |
parent | e8adbae44379bbdb21da99b83b70cd8d04fdefc5 (diff) | |
download | ATCD-b49797e9e7745add3ebfd7e50e6b181de8afdab1.tar.gz |
ChangeLogTag:Mon Jul 12 18:24:34 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-x | tests/run_tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 7c6760e2dde..4d113aab0f6 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -188,7 +188,8 @@ fi test $TOKEN && (test $chorus || test $Unicos || run Tokens_Test) # tests ACE_Token run Cache_Map_Manager_Test # tests ACE_Cache_Map_Manager and ACE_Hash_Cache_Manager and caching features. -run Cached_Conn_Test # tests connection management features. +run Cached_Conn_Test # tests connection management features (with OneShot Acceptor). +run Cached_Accept_Conn_Test # tests connection management features (with regular Acceptor). run Map_Manager_Test # tests ACE_Map Manager and ACE_Hash_Map_Manager + Forward and Reverse Map Iterators. run Map_Test # tests ACE_Map + Forward and Reverse Map Iterators. run Message_Queue_Notifications_Test # tests ACE_Message_Queue + ACE_Reactor |