summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-25 03:24:24 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-25 03:24:24 +0000
commit5e3f8d89aba32aab3c595b104a15897f02f501dd (patch)
treeb8b47efe096e1bd22c15648bce0ee57c0045e49a /bin
parent38c120ab4e068c8353986100294b31c9de1b5f76 (diff)
downloadATCD-5e3f8d89aba32aab3c595b104a15897f02f501dd.tar.gz
Added some more tests.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/auto_compile13
1 files changed, 7 insertions, 6 deletions
diff --git a/bin/auto_compile b/bin/auto_compile
index d8b867f58fc..b81fa756ee7 100755
--- a/bin/auto_compile
+++ b/bin/auto_compile
@@ -83,21 +83,22 @@ $MODULE='ACE_wrappers';
'TAO/examples/Simple/time-date , run_test.pl',
'TAO/examples/Simple/time , run_test.pl',
'TAO/orbsvcs/tests/Simple_Naming , run_test.pl',
+ 'TAO/orbsvcs/tests/Trading , run_test.pl',
'TAO/orbsvcs/tests/Event/Basic , run_test.pl',
'TAO/orbsvcs/tests/Event/Performance , run_test.pl',
'TAO/orbsvcs/tests/EC_Basic , run_test.pl',
'TAO/orbsvcs/tests/EC_Custom_Marshal , run_test.pl',
'TAO/orbsvcs/tests/EC_Throughput , run_test.pl',
-# 'TAO/orbsvcs/tests/EC_Mcast , run_test.pl',
+ 'TAO/orbsvcs/tests/EC_Mcast , run_test.pl',
# 'TAO/orbsvcs/tests/EC_Multiple , run_test.pl',
-# 'TAO/orbsvcs/tests/Event_Latency , run_test.pl',
-# 'TAO/examples/Simple/echo , run_test.pl',
+ 'TAO/orbsvcs/tests/Event_Latency , run_test.pl',
+ 'TAO/examples/Simple/echo , run_test.pl < Echo.idl',
# 'TAO/examples/Simple/chat , run_test.pl',
- 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100',
- 'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl'
+ 'TAO/orbsvcs/tests/Property , run_test.pl',
+ 'TAO/performance-tests/POA/Object_Creation_And_Registration , 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'
);