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