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