summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-19 22:22:36 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-19 22:22:36 +0000
commit559e85b34f3d2570f90bc8e5a017daacc9d1a36b (patch)
tree483399052c71b72fdf412113ba58d16b911d6c18
parent6f3aaa27556cdf7285a9253d8592a1a775d92248 (diff)
downloadATCD-559e85b34f3d2570f90bc8e5a017daacc9d1a36b.tar.gz
ChangeLogTag:Mon Mar 19 14:20:38 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/orbsvcs/tests/Makefile48
2 files changed, 32 insertions, 23 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 185ff44478c..6fff847f0ea 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Mon Mar 19 14:20:38 2001 Ossama Othman <ossama@uci.edu>
+
+ * orbsvcs/tests/Makefile (DIRS):
+
+ Added the `Security' directory to the list of directories to
+ recurse into.
+
Mon Mar 19 14:03:35 2001 Ossama Othman <ossama@uci.edu>
* orbsvcs/tests/Security/Makefile:
diff --git a/TAO/orbsvcs/tests/Makefile b/TAO/orbsvcs/tests/Makefile
index 5319c594073..e08c13bbe98 100644
--- a/TAO/orbsvcs/tests/Makefile
+++ b/TAO/orbsvcs/tests/Makefile
@@ -8,29 +8,31 @@
# Local macros
#----------------------------------------------------------------------------
-DIRS = Simple_Naming \
- Event_Latency \
- EC_Multiple \
- EC_Throughput \
- EC_Mcast \
- EC_Custom_Marshal \
- EC_Basic \
- Property \
- Sched \
- Sched_Conf \
- Time \
- Event \
- CosEvent \
- Concurrency \
- FaultTolerance \
- ImplRepo \
- Trading \
- AVStreams \
- Notify \
- Interoperable_Naming \
- LoadBalancing \
- ior_corbaname \
- tests_svc_loader
+DIRS = \
+ Simple_Naming \
+ Event_Latency \
+ EC_Multiple \
+ EC_Throughput \
+ EC_Mcast \
+ EC_Custom_Marshal \
+ EC_Basic \
+ Property \
+ Sched \
+ Sched_Conf \
+ Time \
+ Event \
+ CosEvent \
+ Concurrency \
+ FaultTolerance \
+ ImplRepo \
+ Trading \
+ AVStreams \
+ Notify \
+ Interoperable_Naming \
+ LoadBalancing \
+ ior_corbaname \
+ tests_svc_loader \
+ Security
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO