diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-01-07 16:49:57 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-01-07 16:49:57 +0000 |
commit | 3b837a6e0ff1666fe4afc0c66d9b1d4df40b66f3 (patch) | |
tree | 42f0dfb854c6a6b7d11f6264b1742ab3e1cd2bd0 /bin/run_all_list.pm | |
parent | d01aa7d2b8338959d977be3043364401586186aa (diff) | |
download | ATCD-3b837a6e0ff1666fe4afc0c66d9b1d4df40b66f3.tar.gz |
ChangeLogTag:Fri Jan 7 10:48:55 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'bin/run_all_list.pm')
-rw-r--r-- | bin/run_all_list.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm index b673eb1516e..a1120938535 100644 --- a/bin/run_all_list.pm +++ b/bin/run_all_list.pm @@ -13,7 +13,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/Param_Test , run_test.pl', 'TAO/tests/Param_Test , run_test.pl -i dii', 'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl', - 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100' + 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100', 'TAO/performance-tests/Latency , run_test.pl', 'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl', 'TAO/performance-tests/RTCorba/Oneways/Reliable , run_test.pl', @@ -76,7 +76,7 @@ if ($^O eq "MSWin32") { # NOT MINIMUM 'TAO/tests/Param_Test , run_test.pl', # NOT MINIMUM 'TAO/tests/Param_Test , run_test.pl -i dii', # NOT MINIMUM 'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl', - 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100' + 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100', # NOT MINIMUM 'TAO/performance-tests/Latency , run_test.pl', 'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl', # NOT MINIMUM 'TAO/performance-tests/RTCorba/Oneways/Reliable , run_test.pl', |