diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-19 22:22:36 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-19 22:22:36 +0000 |
commit | 559e85b34f3d2570f90bc8e5a017daacc9d1a36b (patch) | |
tree | 483399052c71b72fdf412113ba58d16b911d6c18 /TAO/orbsvcs/tests/Makefile | |
parent | 6f3aaa27556cdf7285a9253d8592a1a775d92248 (diff) | |
download | ATCD-559e85b34f3d2570f90bc8e5a017daacc9d1a36b.tar.gz |
ChangeLogTag:Mon Mar 19 14:20:38 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Makefile')
-rw-r--r-- | TAO/orbsvcs/tests/Makefile | 48 |
1 files changed, 25 insertions, 23 deletions
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 |