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