diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-17 23:07:35 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-17 23:07:35 +0000 |
commit | 44ed111cb9eacfd82b2454cf401e2d05aab866b3 (patch) | |
tree | 19bca8a062a865db9168b496366452a596e88341 /bin | |
parent | b5210192187fa54b598dfaec4e529b566ee41799 (diff) | |
download | ATCD-44ed111cb9eacfd82b2454cf401e2d05aab866b3.tar.gz |
ChangeLogTag:Mon Aug 17 18:04:20 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 7ed8583984f..4c10ab06934 100755 --- a/bin/auto_compile +++ b/bin/auto_compile @@ -58,10 +58,11 @@ $MODULE='ACE_wrappers'; 'TAO/orbsvcs/tests/Simple_Naming , run_test.pl', 'TAO/orbsvcs/tests/Event_Latency , run_test.pl', '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/tests/Cubit/TAO/MT_Cubit , run_test.pl' ); -# We obtain our revision to report errors in a "nice" manner. +# We obtain our revision to report errors. $REVISION='$Revision$'; # Find out the command name. |