diff options
Diffstat (limited to 'tests/Auto_IncDec_Test.icc')
-rw-r--r-- | tests/Auto_IncDec_Test.icc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/Auto_IncDec_Test.icc b/tests/Auto_IncDec_Test.icc deleted file mode 100644 index e9f58398f6a..00000000000 --- a/tests/Auto_IncDec_Test.icc +++ /dev/null @@ -1,24 +0,0 @@ -// $Id$ - -include "vacpp_setup.icc" -option - link(libSearchPath, platformLibSearchPath), - incl(searchPath, ".."), - link(linkWithMultiThreadLib,yes), - link(debug) - { - target type (exe) "Auto_IncDec_Test" - { - source type (cpp) "Auto_IncDec_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 (cpp) "../ace/Atomic_Op_T.cpp" - source type (cpp) "../ace/Auto_IncDec_T.cpp" - } - source type (lib) platformLinkLibs - } - } |