summaryrefslogtreecommitdiff
path: root/tests/Obstack_Test.icc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Obstack_Test.icc')
-rw-r--r--tests/Obstack_Test.icc22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/Obstack_Test.icc b/tests/Obstack_Test.icc
deleted file mode 100644
index 05d46f7d9d0..00000000000
--- a/tests/Obstack_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) "Obstack_Test"
- {
- source type (cpp) "Obstack_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
- }
- }