diff options
author | Steve Huston <shuston@riverace.com> | 2002-06-21 00:25:19 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-06-21 00:25:19 +0000 |
commit | b9528cf440b8b5f014ca9f2dddccc13ae75c91dd (patch) | |
tree | 17a4e8f6dbcfb488ed54278097eaf52a9f3c10ca /tests | |
parent | f3581467f8c7159a45fd2abebfc28d072dd1586b (diff) | |
download | ATCD-b9528cf440b8b5f014ca9f2dddccc13ae75c91dd.tar.gz |
ChangeLogTag:Thu Jun 20 20:21:39 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Recursive_Condition_Test.icc | 15 | ||||
-rw-r--r-- | tests/tests.icp | 4 |
2 files changed, 19 insertions, 0 deletions
diff --git a/tests/Recursive_Condition_Test.icc b/tests/Recursive_Condition_Test.icc new file mode 100644 index 00000000000..c80c17a22b4 --- /dev/null +++ b/tests/Recursive_Condition_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) "Recursive_Condition_Test" + { + source type (cpp) "Recursive_Condition_Test.cpp" + source platformLinkLibs + } + } diff --git a/tests/tests.icp b/tests/tests.icp index 030b45c3a02..cd8e16545d2 100644 --- a/tests/tests.icp +++ b/tests/tests.icp @@ -310,6 +310,10 @@ subproject Reader_Writer_Test icc "Reader_Writer_Test.icc", ics "Reader_Writer_T { } +subproject Recursive_Condition_Test icc "Recursive_Condition_Test.icc", ics "Recursive_Condition_Test.ics" +{ +} + subproject Recursive_Mutex_Test icc "Recursive_Mutex_Test.icc", ics "Recursive_Mutex_Test.ics" { } |