diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-12-22 19:05:48 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-12-22 19:05:48 +0000 |
commit | 6b5d39fa3380c1deff75db2b1e18037a11f496fd (patch) | |
tree | 438151df7eccdc529244e6bbd1bb394681184e03 /bin | |
parent | 2dd3d5a92face12cb2f12076d060282c8d596fef (diff) | |
download | ATCD-6b5d39fa3380c1deff75db2b1e18037a11f496fd.tar.gz |
ChangeLogTag: Fri Dec 22 13:04:58 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/run_all_list.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm index 3535d13c226..d8a923466ba 100644 --- a/bin/run_all_list.pm +++ b/bin/run_all_list.pm @@ -31,6 +31,8 @@ if ($^O eq "MSWin32") { 'TAO/tests/MT_Client , run_test.pl', 'TAO/tests/MT_Server , run_test.pl', 'TAO/tests/Faults , run_test.pl', + 'TAO/tests/BiDirectional , run_test.pl', + 'TAO/tests/BiDirectional_NestedUpcall , run_test.pl', 'TAO/tests/NestedUpcall/Simple , run_test.pl', 'TAO/tests/NestedUpcall/MT_Client_Test , run_test.pl', 'TAO/tests/NestedUpcall/Triangle_Test , run_test.pl', @@ -111,6 +113,8 @@ if ($^O eq "MSWin32") { 'TAO/tests/NestedUpcall/Simple , run_test.pl', 'TAO/tests/NestedUpcall/MT_Client_Test , run_test.pl', 'TAO/tests/NestedUpcall/Triangle_Test , run_test.pl', + 'TAO/tests/BiDirectional , run_test.pl', + 'TAO/tests/BiDirectional_NestedUpcall , run_test.pl', 'TAO/tests/Nested_Event_Loop , run_test.pl', 'TAO/tests/POA/Identity , run_test.pl', 'TAO/tests/POA/Deactivation , run_test.pl', @@ -191,6 +195,8 @@ if ($^O eq "MSWin32") { 'TAO/tests/POA/wait_for_completion , run_test.pl', 'TAO/tests/POA/Non_Servant_Upcalls , run_test.pl', 'TAO/tests/IORManipulation , run_test.pl', + 'TAO/tests/BiDirectional , run_test.pl', + 'TAO/tests/BiDirectional_NestedUpcall , run_test.pl', # NOT ST 'TAO/tests/Policies , run_test.pl', 'TAO/tests/Timeout , run_test.pl', 'TAO/tests/Timed_Buffered_Oneways , run_test.pl', @@ -251,6 +257,8 @@ if ($^O eq "MSWin32") { 'TAO/tests/Multiple_Inheritance , run_test.pl', 'TAO/tests/MT_Client , run_test.pl', 'TAO/tests/MT_Server , run_test.pl', + 'TAO/tests/BiDirectional , run_test.pl', + 'TAO/tests/BiDirectional_NestedUpcall , run_test.pl', 'TAO/tests/Faults , run_test.pl', 'TAO/tests/NestedUpcall/Simple , run_test.pl', 'TAO/tests/NestedUpcall/MT_Client_Test , run_test.pl', |