diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-09-15 20:10:24 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-09-15 20:10:24 +0000 |
commit | d4a3b1927bd0a090edadb4c07f27c47f3749406a (patch) | |
tree | 9c136ec31f8ac2b3c43d5665405ce111d5b6b4c2 /bin/run_all_list.pm | |
parent | a6c9c656e86ae37a592da32fd2ec2a43b80ce806 (diff) | |
download | ATCD-d4a3b1927bd0a090edadb4c07f27c47f3749406a.tar.gz |
ChangeLogTag:Wed Sep 15 15:08:33 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'bin/run_all_list.pm')
-rw-r--r-- | bin/run_all_list.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm index ab2e731e070..f4165d09070 100644 --- a/bin/run_all_list.pm +++ b/bin/run_all_list.pm @@ -28,7 +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/tests/ORB_init , run_test.pl', 'TAO/examples/POA/Adapter_Activator , run_test.pl', 'TAO/examples/POA/DSI , run_test.pl', 'TAO/examples/POA/Default_Servant , run_test.pl', @@ -84,7 +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', + 'TAO/tests/ORB_init , run_test.pl', # 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', @@ -140,7 +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/tests/ORB_init , run_test.pl', 'TAO/examples/POA/Adapter_Activator , run_test.pl', 'TAO/examples/POA/DSI , run_test.pl', 'TAO/examples/POA/Default_Servant , run_test.pl', |