summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 16:30:35 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 16:30:35 +0000
commitc0522fc34965aec685740fecf55bb37a496c749c (patch)
tree4733242225b0ee1997e400c75209e9d5596d39f1
parentce06a53ca96f4de195a73c009e61e6068dc68818 (diff)
downloadATCD-c0522fc34965aec685740fecf55bb37a496c749c.tar.gz
ChangeLogTag:Wed Apr 7 11:30:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--ChangeLog-99b5
-rwxr-xr-xbin/auto_compile6
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index d7471be88f0..210d818002e 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,8 @@
+Wed Apr 7 11:30:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * bin/auto_compile:
+ Added more tests to the script.
+
Wed Apr 07 09:54:28 1999 David L. Levine <levine@cs.wustl.edu>
* include/makeinclude/rules.local.GNU: instead of trying to
diff --git a/bin/auto_compile b/bin/auto_compile
index 01cfe240095..054476f45a2 100755
--- a/bin/auto_compile
+++ b/bin/auto_compile
@@ -49,10 +49,12 @@ $MODULE='ACE_wrappers';
( 'tests , run_tests.sh',
'TAO/tests/Param_Test , run_test.pl',
'TAO/tests/Param_Test , run_test.pl -i dii',
+ 'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl',
'TAO/tests/MT_Client , run_test.pl',
'TAO/orbsvcs/tests/Simple_Naming , run_test.pl',
- 'TAO/orbsvcs/tests/Property , run_test.pl',
- 'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl');
+ 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane',
+ 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
+ 'TAO/orbsvcs/tests/Property , run_test.pl' );
# We obtain our revision to report errors.
$REVISION='$Revision$';