diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-11 21:03:29 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-11 21:03:29 +0000 |
commit | 99634dd32267386e880f8c042bb3f15d18d14a23 (patch) | |
tree | 5d1caba5648c62e24cb3742fa03311495e4b76f1 | |
parent | 749908c194602d2918568d08a3586ec3ecbaffd3 (diff) | |
download | ATCD-99634dd32267386e880f8c042bb3f15d18d14a23.tar.gz |
ChangeLogTag:Fri Jun 11 14:47:47 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-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 f2aa4ac8646..cce6eadddcb 100755 --- a/bin/auto_compile +++ b/bin/auto_compile @@ -73,7 +73,8 @@ $MODULE='ACE_wrappers'; 'TAO/examples/POA/Identity , Identity', 'TAO/examples/POA/Adapter_Activator , run_test.pl', 'TAO/tests/MT_Client , run_test.pl', - 'TAO/tests/NestedUpcall/Reactor , run_test.pl' + 'TAO/tests/NestedUpcall/Reactor , run_test.pl', + 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100' # 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane', # 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir', # 'TAO/orbsvcs/tests/Property , run_test.pl' |