summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/tests/Makefile1
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index b9de1c1b9c3..1db6af1a136 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Thu Apr 4 13:15:47 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/Makefile: Added the new test to the list tests that are
+ compiled.
+
Thu Apr 4 12:49:58 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/MT_BiDir/client.cpp:
diff --git a/TAO/tests/Makefile b/TAO/tests/Makefile
index 5ce4880f275..09015c94d92 100644
--- a/TAO/tests/Makefile
+++ b/TAO/tests/Makefile
@@ -22,6 +22,7 @@ DIRS = CDR \
Multiple_Inheritance \
MT_Client \
MT_Server \
+ MT_BiDir \
FL_Cube \
POA \
OBV \