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