summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-29 20:30:59 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-29 20:30:59 +0000
commit098c08a5216ed423693db29549d82e47961b0c05 (patch)
tree827dec6c7a2766cd910cf46485680141fd4688ca /bin
parent0041b66b7299463101e3d5ee7f63a4e5c4bbca3c (diff)
downloadATCD-098c08a5216ed423693db29549d82e47961b0c05.tar.gz
ChangeLogTag: Mon May 29 14:21:24 2000 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/auto_compile_win32.pl2
-rw-r--r--bin/run_all_list.pm4
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/auto_compile_win32.pl b/bin/auto_compile_win32.pl
index e8d25b92213..60fbe93f23d 100755
--- a/bin/auto_compile_win32.pl
+++ b/bin/auto_compile_win32.pl
@@ -228,6 +228,7 @@ TAO/tests/MT_Client/MT_Client.dsw, MT_Client Client:
TAO/tests/MT_Server/MT_Server.dsw, MT_Server Server:
TAO/tests/MT_Server/MT_Server.dsw, MT_Server Client:
TAO/tests/POA/Destruction/Destruction.dsw, POA Destruction:
+TAO/tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.dsw, POA Non_Servant_Upcalls:
TAO/tests/POA/Deactivation/Deactivation.dsw, POA Deactivation:
TAO/tests/POA/Identity/Identity.dsw, POA Identity:
TAO/tests/IORManipulation/IORManipulation.dsw, IORTest:
@@ -448,6 +449,7 @@ TAO/tests/MT_Client/MT_Client.dsw, MT_Client Client:
TAO/tests/MT_Server/MT_Server.dsw, MT_Server Server:
TAO/tests/MT_Server/MT_Server.dsw, MT_Server Client:
TAO/tests/POA/Destruction/Destruction.dsw, POA Destruction:
+TAO/tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.dsw, POA Non_Servant_Upcalls:
TAO/tests/POA/Deactivation/Deactivation.dsw, POA Deactivation:
TAO/tests/POA/Identity/Identity.dsw, POA Identity:
TAO/tests/IORManipulation/IORManipulation.dsw, IORTest:
diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm
index 33c31490862..98a44558378 100644
--- a/bin/run_all_list.pm
+++ b/bin/run_all_list.pm
@@ -31,6 +31,7 @@ if ($^O eq "MSWin32") {
'TAO/tests/POA/Identity , run_test.pl',
'TAO/tests/POA/Deactivation , run_test.pl',
'TAO/tests/POA/Destruction , run_test.pl',
+ 'TAO/tests/POA/Non_Servant_Upcalls , run_test.pl',
'TAO/tests/IORManipulation , run_test.pl',
'TAO/tests/Policies , run_test.pl',
'TAO/tests/Timeout , run_test.pl',
@@ -101,6 +102,7 @@ if ($^O eq "MSWin32") {
'TAO/tests/POA/Identity , run_test.pl',
'TAO/tests/POA/Deactivation , run_test.pl',
'TAO/tests/POA/Destruction , run_test.pl',
+ 'TAO/tests/POA/Non_Servant_Upcalls , run_test.pl',
'TAO/tests/IORManipulation , run_test.pl',
# NOT MINIMUM 'TAO/tests/Policies , run_test.pl',
# NOT MINIMUM 'TAO/tests/Timeout , run_test.pl',
@@ -170,6 +172,7 @@ if ($^O eq "MSWin32") {
'TAO/tests/POA/Identity , run_test.pl',
'TAO/tests/POA/Deactivation , run_test.pl',
'TAO/tests/POA/Destruction , run_test.pl',
+ 'TAO/tests/POA/Non_Servant_Upcalls , run_test.pl',
'TAO/tests/IORManipulation , run_test.pl',
# NOT ST 'TAO/tests/Policies , run_test.pl',
'TAO/tests/Timeout , run_test.pl',
@@ -237,6 +240,7 @@ if ($^O eq "MSWin32") {
'TAO/tests/POA/Identity , run_test.pl',
'TAO/tests/POA/Deactivation , run_test.pl',
'TAO/tests/POA/Destruction , run_test.pl',
+ 'TAO/tests/POA/Non_Servant_Upcalls , run_test.pl',
'TAO/tests/IORManipulation , run_test.pl',
'TAO/tests/Policies , run_test.pl',
'TAO/tests/Timeout , run_test.pl',