diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-16 21:45:09 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-16 21:45:09 +0000 |
commit | 87d2a21193b01c2b577cea067277c416a6c21ed9 (patch) | |
tree | 6f440a65f7e92ec4c2781f6a3506c0460a82e799 /bin | |
parent | 8add07279d37e936854b4cfe0b6f0b71f285f716 (diff) | |
download | ATCD-87d2a21193b01c2b577cea067277c416a6c21ed9.tar.gz |
ChangeLogTag:Fri Jun 16 14:40:34 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/auto_run_tests.lst | 1 | ||||
-rw-r--r-- | bin/run_all_list.pm | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/auto_run_tests.lst b/bin/auto_run_tests.lst index 19ccdb51989..53169885b50 100644 --- a/bin/auto_run_tests.lst +++ b/bin/auto_run_tests.lst @@ -39,6 +39,7 @@ TAO/tests/ORB_init/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 +TAO/tests/LongUpcalls/run_test.pl TAO/examples/Buffered_Oneways/run_test.pl: MINIMUM # REQUIRES AMI 'TAO/examples/Buffered_AMI/run_test.pl: MINIMUM TAO/tests/InterOp-Naming/run_test.pl: MINIMUM diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm index 98a44558378..7d4108e5b49 100644 --- a/bin/run_all_list.pm +++ b/bin/run_all_list.pm @@ -41,6 +41,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/DSI_Gateway , run_test.pl', 'TAO/tests/DynAny_Test , run_test.pl', 'TAO/tests/Connection_Purging , run_test.pl', + 'TAO/tests/LongUpcalls , run_test.pl', 'TAO/examples/Buffered_Oneways , run_test.pl', # REQUIRES AMI 'TAO/examples/Buffered_AMI , run_test.pl', 'TAO/tests/InterOp-Naming , run_test.pl', @@ -112,6 +113,7 @@ if ($^O eq "MSWin32") { # 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', + 'TAO/tests/LongUpcalls , run_test.pl', # NOT MINIMUM 'TAO/examples/Buffered_Oneways , run_test.pl', # NOT MINIMUM 'TAO/examples/Buffered_AMI , run_test.pl', # NOT MINIMUM 'TAO/tests/InterOp-Naming , run_test.pl', @@ -181,6 +183,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/DSI_Gateway , run_test.pl', 'TAO/tests/DynAny_Test , run_test.pl', # NOT ST 'TAO/tests/Connection_Purging , run_test.pl', + 'TAO/tests/LongUpcalls , run_test.pl', 'TAO/examples/Buffered_Oneways , run_test.pl', # REQUIRES AMI 'TAO/examples/Buffered_AMI , run_test.pl', 'TAO/examples/POA/Adapter_Activator , run_test.pl', |