diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-15 22:26:55 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-15 22:26:55 +0000 |
commit | 54a1768311f8f6c11127ba192c8157367d07bec7 (patch) | |
tree | 684ed84f1bc373a59ecd5bc4d8377c4aaae1db68 /tests/CDR_Array_Test.icc | |
parent | 88a02eec27f7d24bc666bce651d0d2869d8e7f7f (diff) | |
download | ATCD-54a1768311f8f6c11127ba192c8157367d07bec7.tar.gz |
ChangeLogTag:Mon May 15 15:14:41 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'tests/CDR_Array_Test.icc')
-rw-r--r-- | tests/CDR_Array_Test.icc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/CDR_Array_Test.icc b/tests/CDR_Array_Test.icc new file mode 100644 index 00000000000..f3dcf14c56c --- /dev/null +++ b/tests/CDR_Array_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) "CDR_Array_Test" + { + source type (cpp) "CDR_Array_Test.cpp" + source platformLinkLibs + } + } |