diff options
Diffstat (limited to 'tests/Process_Strategy_Test.icc')
-rw-r--r-- | tests/Process_Strategy_Test.icc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/Process_Strategy_Test.icc b/tests/Process_Strategy_Test.icc deleted file mode 100644 index 7136661988f..00000000000 --- a/tests/Process_Strategy_Test.icc +++ /dev/null @@ -1,15 +0,0 @@ -// $Id$ - -include "vacpp_setup.icc" -option - link(libSearchPath, platformLibSearchPath), - incl(searchPath, ".."), - link(linkWithMultiThreadLib,yes), - link(debug) - { - target type (exe) "Process_Strategy_Test" - { - source type (cpp) "Process_Strategy_Test.cpp" - source platformLinkLibs - } - } |