diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-01 08:31:17 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-01 08:31:17 +0000 |
commit | 35926d466c6e34e4f0e1b2692e83ec395d3a572d (patch) | |
tree | cf01c4c6b07542b02c22f4d5f0069a47ce255392 /bin | |
parent | 5a479973f109dda836985c28d90c3fd02d7c6769 (diff) | |
download | ATCD-35926d466c6e34e4f0e1b2692e83ec395d3a572d.tar.gz |
ChangeLogTag: Tue Aug 01 03:11:25 2000 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/auto_compile_win32.pl | 2 | ||||
-rw-r--r-- | bin/auto_run_tests.lst | 1 | ||||
-rw-r--r-- | bin/run_all_list.pm | 4 |
3 files changed, 7 insertions, 0 deletions
diff --git a/bin/auto_compile_win32.pl b/bin/auto_compile_win32.pl index 60fbe93f23d..f9709a7a6fd 100755 --- a/bin/auto_compile_win32.pl +++ b/bin/auto_compile_win32.pl @@ -234,6 +234,7 @@ TAO/tests/POA/Identity/Identity.dsw, POA Identity: TAO/tests/IORManipulation/IORManipulation.dsw, IORTest: TAO/tests/Connection_Purging/Connection_Purging.dsw, POA Connection Purging: TAO/tests/ORB_init/ORB_init.dsw, ORB_init: +TAO/tests/ORB_destroy/ORB_destroy.dsw, ORB_destroy: TAO/tests/Nested_Event_Loop/Nested_Event_Loop.dsw, Nested_Event_Loop Server: TAO/tests/Nested_Event_Loop/Nested_Event_Loop.dsw, Nested_Event_Loop Client: TAO/tests/Leader_Followers/Leader_Followers.dsw, Leader_Followers Server: @@ -455,6 +456,7 @@ TAO/tests/POA/Identity/Identity.dsw, POA Identity: TAO/tests/IORManipulation/IORManipulation.dsw, IORTest: TAO/tests/Connection_Purging/Connection_Purging.dsw, POA Connection Purging: TAO/tests/ORB_init/ORB_init.dsw, ORB_init: +TAO/tests/ORB_destroy/ORB_destroy.dsw, ORB_destroy: TAO/tests/Nested_Event_Loop/Nested_Event_Loop.dsw, Nested_Event_Loop Server: TAO/tests/Nested_Event_Loop/Nested_Event_Loop.dsw, Nested_Event_Loop Client: TAO/tests/Leader_Followers/Leader_Followers.dsw, Leader_Followers Server: diff --git a/bin/auto_run_tests.lst b/bin/auto_run_tests.lst index a77f0adcc11..c4857984bec 100644 --- a/bin/auto_run_tests.lst +++ b/bin/auto_run_tests.lst @@ -38,6 +38,7 @@ TAO/tests/Timeout/run_test.pl: MINIMUM TAO/tests/Timed_Buffered_Oneways/run_test.pl: MINIMUM TAO/tests/IDL_Test/run_test.pl TAO/tests/ORB_init/run_test.pl +TAO/tests/ORB_destroy/run_test.pl TAO/tests/DSI_Gateway/run_test.pl: MINIMUM TAO/tests/DynAny_Test/run_test.pl: MINIMUM TAO/tests/Connection_Purging/run_test.pl: ST diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm index 7d4108e5b49..e23c5f6bdb7 100644 --- a/bin/run_all_list.pm +++ b/bin/run_all_list.pm @@ -38,6 +38,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/Timed_Buffered_Oneways , run_test.pl', 'TAO/tests/IDL_Test , run_test.pl', 'TAO/tests/ORB_init , run_test.pl', + 'TAO/tests/ORB_destroy , run_test.pl', 'TAO/tests/DSI_Gateway , run_test.pl', 'TAO/tests/DynAny_Test , run_test.pl', 'TAO/tests/Connection_Purging , run_test.pl', @@ -110,6 +111,7 @@ if ($^O eq "MSWin32") { # NOT MINIMUM 'TAO/tests/Timed_Buffered_Oneways , run_test.pl', 'TAO/tests/IDL_Test , run_test.pl', 'TAO/tests/ORB_init , run_test.pl', + 'TAO/tests/ORB_destroy , run_test.pl', # NOT MINIMUM 'TAO/tests/DSI_Gateway , run_test.pl', # NOT MINIMUM 'TAO/tests/DynAny_Test , run_test.pl', 'TAO/tests/Connection_Purging , run_test.pl', @@ -180,6 +182,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/Timeout , run_test.pl', 'TAO/tests/Timed_Buffered_Oneways , run_test.pl', 'TAO/tests/ORB_init , run_test.pl', + 'TAO/tests/ORB_destroy , run_test.pl', 'TAO/tests/DSI_Gateway , run_test.pl', 'TAO/tests/DynAny_Test , run_test.pl', # NOT ST 'TAO/tests/Connection_Purging , run_test.pl', @@ -250,6 +253,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/Timed_Buffered_Oneways , run_test.pl', 'TAO/tests/IDL_Test , run_test.pl', 'TAO/tests/ORB_init , run_test.pl', + 'TAO/tests/ORB_destroy , run_test.pl', 'TAO/tests/DSI_Gateway , run_test.pl', 'TAO/tests/AMI , run_test.pl', 'TAO/tests/InterOp-Naming , run_test.pl', |