diff options
Diffstat (limited to 'tests/Log_Msg_Test.icc')
-rw-r--r-- | tests/Log_Msg_Test.icc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/Log_Msg_Test.icc b/tests/Log_Msg_Test.icc deleted file mode 100644 index 23a13d793f4..00000000000 --- a/tests/Log_Msg_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) "Log_Msg_Test" - { - source type (cpp) "Log_Msg_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 - } - } |