diff options
author | Steve Huston <shuston@riverace.com> | 2000-02-24 19:09:32 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-02-24 19:09:32 +0000 |
commit | d811b121bb5e89a5bdf0f1010884b9991ecc9e2d (patch) | |
tree | fa82b6ce4ec843b429b9701e78221ce12b91e022 /tests/Malloc_Test.icc | |
parent | f4dbab63ddfb04eb8fd7ce642201ed8aa68e4d6e (diff) | |
download | ATCD-d811b121bb5e89a5bdf0f1010884b9991ecc9e2d.tar.gz |
ChangeLogTag:Thu Feb 24 12:35:31 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Malloc_Test.icc')
-rw-r--r-- | tests/Malloc_Test.icc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/Malloc_Test.icc b/tests/Malloc_Test.icc new file mode 100644 index 00000000000..8733c62934c --- /dev/null +++ b/tests/Malloc_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) "Malloc_Test" + { + source type (cpp) "Malloc_Test.cpp" + source platformLinkLibs + } + } |