summaryrefslogtreecommitdiff
path: root/tests/Service_Config_Test.icc
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-14 22:04:48 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-14 22:04:48 +0000
commit4d50b2584fbf4c05cb9163e52a7b33aea87a29d2 (patch)
tree3e4d4c154a1e51777a166fa4787f9b72ca9fbf9f /tests/Service_Config_Test.icc
parent7fc95e2c87a32e2b6c87bdd5bbf88a649733412d (diff)
downloadATCD-smcq030515.tar.gz
This commit was manufactured by cvs2svn to create tag 'smcq030515'.smcq030515
Diffstat (limited to 'tests/Service_Config_Test.icc')
-rw-r--r--tests/Service_Config_Test.icc22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/Service_Config_Test.icc b/tests/Service_Config_Test.icc
deleted file mode 100644
index 5987e9f6738..00000000000
--- a/tests/Service_Config_Test.icc
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-
-include "vacpp_setup.icc"
-option
- link(libSearchPath, platformLibSearchPath),
- incl(searchPath, ".."),
- link(linkWithMultiThreadLib,yes),
- link(debug)
- {
- target type (exe) "Service_Config_Test"
- {
- source type (cpp) "Service_Config_Test.cpp"
- if ($__IBMCPP__ >= 500) {
- option macros(global) {
- source type (hpp) "test_config.h"
- }
- source type (cpp) "test_config.h"
- source type (cpp) "../ace/Singleton.cpp"
- }
- source type (lib) platformLinkLibs
- }
- }