diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-09-14 20:06:49 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-09-14 20:06:49 +0000 |
commit | 3e51af01e1499f49aef4d491623238d960885021 (patch) | |
tree | ac46db8290aedf6ecf9dd949264b50daad9ec69e /bin/run_all_list.pm | |
parent | b2122f8cf6be36b1a2d679e5389adc4fe05d59dc (diff) | |
download | ATCD-3e51af01e1499f49aef4d491623238d960885021.tar.gz |
ChangeLogTag:Tue Sep 14 15:03:21 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'bin/run_all_list.pm')
-rw-r--r-- | bin/run_all_list.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm index b8b50281e7c..ab2e731e070 100644 --- a/bin/run_all_list.pm +++ b/bin/run_all_list.pm @@ -28,6 +28,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/IORManipulation , run_test.pl', 'TAO/tests/Timeout , run_test.pl', 'TAO/tests/IDL_Test , run_test.pl', + 'TAO/tests/ORB_init , ORB_init', 'TAO/examples/POA/Adapter_Activator , run_test.pl', 'TAO/examples/POA/DSI , run_test.pl', 'TAO/examples/POA/Default_Servant , run_test.pl', @@ -83,6 +84,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/POA/Destruction , run_test.pl', 'TAO/tests/IORManipulation , run_test.pl', 'TAO/tests/Timeout , run_test.pl', + 'TAO/tests/ORB_init , ORB_init', # NOT MINIMUM 'TAO/examples/POA/Adapter_Activator , run_test.pl', # NOT MINIMUM 'TAO/examples/POA/DSI , run_test.pl', # NOT MINIMUM 'TAO/examples/POA/Default_Servant , run_test.pl', @@ -138,6 +140,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/POA/Destruction , run_test.pl', 'TAO/tests/IORManipulation , run_test.pl', 'TAO/tests/Timeout , run_test.pl', + 'TAO/tests/ORB_init , ORB_init', 'TAO/examples/POA/Adapter_Activator , run_test.pl', 'TAO/examples/POA/DSI , run_test.pl', 'TAO/examples/POA/Default_Servant , run_test.pl', |