summaryrefslogtreecommitdiff
path: root/tests/MEM_Stream_Test.icc
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-04-04 00:02:41 +0000
committerSteve Huston <shuston@riverace.com>2001-04-04 00:02:41 +0000
commit2a283a88636f2b403ad2efb0dc2391de81b02f00 (patch)
tree372bf59df4953751f78dce6e068c6d8e832f7621 /tests/MEM_Stream_Test.icc
parentf6c73542d5df0cd054403a58b0dd37981091bf40 (diff)
downloadATCD-2a283a88636f2b403ad2efb0dc2391de81b02f00.tar.gz
ChangeLogTag:Tue Apr 03 19:55:26 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/MEM_Stream_Test.icc')
-rw-r--r--tests/MEM_Stream_Test.icc15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/MEM_Stream_Test.icc b/tests/MEM_Stream_Test.icc
new file mode 100644
index 00000000000..e2f00ffe494
--- /dev/null
+++ b/tests/MEM_Stream_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) "MEM_Stream_Test"
+ {
+ source type (cpp) "MEM_Stream_Test.cpp"
+ source platformLinkLibs
+ }
+ }