diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-25 15:47:13 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-25 15:47:13 +0000 |
commit | 9e98a0dd008815227f00fb82261d153bbe05cedc (patch) | |
tree | 9892a4531db3e71521941c037944d86b029d7f5c /bin | |
parent | fd05010938283781d3e686ae6141491bc38aa521 (diff) | |
download | ATCD-9e98a0dd008815227f00fb82261d153bbe05cedc.tar.gz |
ChangeLogTag:Tue Aug 25 10:38:52 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/auto_compile | 3 |
1 files changed, 2 insertions, 1 deletions
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. |