summaryrefslogtreecommitdiff
path: root/tests/libTest_Output.icc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libTest_Output.icc')
-rw-r--r--tests/libTest_Output.icc25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/libTest_Output.icc b/tests/libTest_Output.icc
deleted file mode 100644
index 9095dd93459..00000000000
--- a/tests/libTest_Output.icc
+++ /dev/null
@@ -1,25 +0,0 @@
-// $Id$
-
-include "vacpp_setup.icc"
-option
- link(libSearchPath, platformLibSearchPath),
- incl(searchPath, ".."),
- link(exportAll),
- link(linkwithsharedlib),
- link(linkWithMultiThreadLib,yes),
- link(debug)
- {
- target type ( shr ) "shr.o"
- {
- run after sources("shr.o") targets ("libTest_Output.a") "ar -r -u libTest_Output.a shr.o", "rm -rf shr.o"
- run cleanup "rm -rf libTest_Output.a shr.o"
-
- source type (cpp) "Test_Output.cpp"
- if ($__IBMCPP__ >= 500) {
- option macros(global) {
- source type (hpp) "test_config.h"
- }
- }
- source type (lib) platformLinkLibs
- }
- }