diff options
-rw-r--r-- | ChangeLog-98b | 6 | ||||
-rwxr-xr-x | bin/auto_compile | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 652c47a491b..1ec8324b07a 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,3 +1,9 @@ +Tue Aug 25 10:38:52 1998 Carlos O'Ryan <coryan@cs.wustl.edu> + + * bin/auto_compile: + Added orbsvcs/test/Property/run_test.pl. + The Simple test was moved to Simple/time. + Tue Aug 25 10:45:50 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu> * tests/Aio_Platform_Test.cpp: Fixed the SunCC errors about diff --git a/bin/auto_compile b/bin/auto_compile index 1fcc330fdf6..642107ab773 100755 --- a/bin/auto_compile +++ b/bin/auto_compile @@ -51,7 +51,7 @@ $MODULE='ACE_wrappers'; 'TAO/tests/Cubit/TAO/DII_Cubit , run_test.pl', 'TAO/tests/Param_Test , run_test.pl', 'TAO/tests/Param_Test , run_test.pl -i dii', - 'TAO/tests/Simple , run_test.pl', + 'TAO/tests/Simple/time , run_test.pl', 'TAO/tests/NestedUpcall/Reactor , run_test.pl', 'TAO/tests/NestedUpcall/Triangle_Test , run_test.pl', 'TAO/tests/NestedUpcall/MT_Client_Test , run_test.pl', @@ -60,6 +60,7 @@ $MODULE='ACE_wrappers'; 'TAO/orbsvcs/tests/EC_Throughput , run_test.pl', 'TAO/orbsvcs/tests/EC_Custom_Marshal , run_test.pl', 'TAO/orbsvcs/tests/EC_Multiple , run_test.pl', + 'TAO/orbsvcs/tests/Property , run_test.pl', 'TAO/tests/Cubit/TAO/MT_Cubit , run_test.pl' ); # We obtain our revision to report errors. |