summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-03 19:11:47 +0000
committermayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-03 19:11:47 +0000
commit2f9081321aee1c94f512a4427b023532147aa6ec (patch)
treecea05123e6ba90570bb03c5fe4d9b5a5e67655c8
parent6dc3cc54b2c26ca2f7ef6ecdb0bdda4ab4f5cbb8 (diff)
downloadATCD-2f9081321aee1c94f512a4427b023532147aa6ec.tar.gz
Wed Jul 3 12:08:57 2002 Mayur Deshpande <mayur@ics.uci.edu>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tests/Makefile1
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6f4bc2eddc5..ef8c3e4e710 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 3 12:08:57 2002 Mayur Deshpande <mayur@ics.uci.edu>
+
+ * tests/Makefile (DIRS):
+ Added AMH_Exceptions test to main Makefile.
+
Wed Jul 3 12:01:35 2002 Mayur Deshpande <mayur@ics.uci.edu>
* tests/AMH_Exceptions/Test.idl:
diff --git a/TAO/tests/Makefile b/TAO/tests/Makefile
index 8deccdd014f..75e8f07b05a 100644
--- a/TAO/tests/Makefile
+++ b/TAO/tests/Makefile
@@ -11,6 +11,7 @@
#----------------------------------------------------------------------------
DIRS = CDR \
+ AMH_Exceptions \
Codec \
BiDirectional \
BiDirectional_NestedUpcall \