summaryrefslogtreecommitdiff
path: root/tests/INET_Addr_Test.icc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/INET_Addr_Test.icc')
-rw-r--r--tests/INET_Addr_Test.icc15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/INET_Addr_Test.icc b/tests/INET_Addr_Test.icc
new file mode 100644
index 00000000000..c897cdf43db
--- /dev/null
+++ b/tests/INET_Addr_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) "INET_Addr_Test"
+ {
+ source type (cpp) "INET_Addr_Test.cpp"
+ source platformLinkLibs
+ }
+ }