summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-02 03:04:43 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-02 03:04:43 +0000
commit6f29bfe7ff3ac46e323d4770636080a901033307 (patch)
tree3109aae4b7f9a6d4c20e187f444e47758710b797
parentd32f113a925dc461a82610eb53adca4997741273 (diff)
downloadATCD-6f29bfe7ff3ac46e323d4770636080a901033307.tar.gz
ChangeLogTag: Thu Feb 1 21:00:57 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rwxr-xr-xbin/auto_compile_win32.pl7
-rw-r--r--bin/run_all_list.pm11
5 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3af6c3a4db8..77739541d3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Feb 1 21:00:57 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * bin/auto_compile_win32.pl:
+ * bin/run_all_list.pm:
+
+ Added TAO RT Mutex unit tests to auto build and test
+ lists.
+
Thu Feb 01 18:52:27 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
* RTJava:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 3af6c3a4db8..77739541d3b 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Thu Feb 1 21:00:57 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * bin/auto_compile_win32.pl:
+ * bin/run_all_list.pm:
+
+ Added TAO RT Mutex unit tests to auto build and test
+ lists.
+
Thu Feb 01 18:52:27 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
* RTJava:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 3af6c3a4db8..77739541d3b 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Thu Feb 1 21:00:57 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * bin/auto_compile_win32.pl:
+ * bin/run_all_list.pm:
+
+ Added TAO RT Mutex unit tests to auto build and test
+ lists.
+
Thu Feb 01 18:52:27 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
* RTJava:
diff --git a/bin/auto_compile_win32.pl b/bin/auto_compile_win32.pl
index 1f9f41251f8..2dee8871bfa 100755
--- a/bin/auto_compile_win32.pl
+++ b/bin/auto_compile_win32.pl
@@ -259,6 +259,7 @@ TAO/tests/AMI/ami_test.dsw, AMI_Test_Simple_Client:
TAO/tests/Timeout/Timeout.dsw, Timeout Server:
TAO/tests/Timeout/Timeout.dsw, Timeout Client:
TAO/tests/Policies/Policies.dsw, Manipulation:
+TAO/tests/RTCORBA/RTMutex/RTMutex.dsw, RTMutex Server:
TAO/tests/Timed_Buffered_Oneways/Timed_Buffered_Oneways.dsw, Timed_Buffered_Oneways Server:
TAO/tests/Timed_Buffered_Oneways/Timed_Buffered_Oneways.dsw, Timed_Buffered_Oneways Client:
TAO/tests/Smart_Proxies/Smart_Proxies.dsw, server:
@@ -479,6 +480,7 @@ TAO/tests/Faults/Faults.dsw, Faults Pong:
TAO/tests/AMI/ami_test.dsw, AMI_Test_Server:
TAO/tests/AMI/ami_test.dsw, AMI_Test_Client:
TAO/tests/AMI/ami_test.dsw, AMI_Test_Simple_Client:
+TAO/tests/RTCORBA/RTMutex/RTMutex.dsw, RTMutex Server:
TAO/tests/Timeout/Timeout.dsw, Timeout Server:
TAO/tests/Timeout/Timeout.dsw, Timeout Client:
TAO/tests/Policies/Policies.dsw, Manipulation:
@@ -751,3 +753,8 @@ if ( $Build_LIB )
}
print "End\n";
+
+
+
+
+
diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm
index d8a923466ba..20766fa2926 100644
--- a/bin/run_all_list.pm
+++ b/bin/run_all_list.pm
@@ -58,6 +58,7 @@ if ($^O eq "MSWin32") {
'TAO/tests/InterOp-Naming , run_test.pl',
'TAO/tests/RTCORBA/Client_Propagated , run_test.pl',
'TAO/tests/RTCORBA/Server_Protocol , run_test.pl',
+ 'TAO/tests/RTCORBA/RTMutex , 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',
@@ -316,3 +317,13 @@ if ($^O eq "MSWin32") {
# HANGS'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
);
1;
+
+
+
+
+
+
+
+
+
+