diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-02 03:04:43 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-02 03:04:43 +0000 |
commit | 6f29bfe7ff3ac46e323d4770636080a901033307 (patch) | |
tree | 3109aae4b7f9a6d4c20e187f444e47758710b797 | |
parent | d32f113a925dc461a82610eb53adca4997741273 (diff) | |
download | ATCD-6f29bfe7ff3ac46e323d4770636080a901033307.tar.gz |
ChangeLogTag: Thu Feb 1 21:00:57 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 8 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 8 | ||||
-rwxr-xr-x | bin/auto_compile_win32.pl | 7 | ||||
-rw-r--r-- | bin/run_all_list.pm | 11 |
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; + + + + + + + + + + |