diff options
author | Steve Huston <shuston@riverace.com> | 2001-08-31 16:01:03 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-08-31 16:01:03 +0000 |
commit | 1a5f239a357679bf17574b9a7aa44838ba5a91a8 (patch) | |
tree | 98b427bb593396c640438bd402fa849a9806e2dd /tests | |
parent | ff3c7e28ecf4ecde86e89a2e097a9f08269df0fa (diff) | |
download | ATCD-1a5f239a357679bf17574b9a7aa44838ba5a91a8.tar.gz |
ChangeLogTag:Fri Aug 31 12:00:00 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Bound_Ptr_Test.icc | 15 | ||||
-rw-r--r-- | tests/tests.icp | 12 |
2 files changed, 27 insertions, 0 deletions
diff --git a/tests/Bound_Ptr_Test.icc b/tests/Bound_Ptr_Test.icc new file mode 100644 index 00000000000..e3a686594ab --- /dev/null +++ b/tests/Bound_Ptr_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) "Bound_Ptr_Test" + { + source type (cpp) "Bound_Ptr_Test.cpp" + source platformLinkLibs + } + } diff --git a/tests/tests.icp b/tests/tests.icp index 136241aadad..b65b25441fb 100644 --- a/tests/tests.icp +++ b/tests/tests.icp @@ -26,6 +26,10 @@ subproject Basic_Types_Test icc "Basic_Types_Test.icc", ics "Basic_Types_Test.ic { } +subproject Bound_Ptr_Test icc "Bound_Ptr_Test.icc", ics "Bound_Ptr_Test.ics" +{ +} + subproject Buffer_Stream_Test icc "Buffer_Stream_Test.icc", ics "Buffer_Stream_Test.ics" { } @@ -286,6 +290,14 @@ subproject Reverse_Lock_Test icc "Reverse_Lock_Test.icc", ics "Reverse_Lock_Test { } +subproject Service_Config_Test icc "Service_Config_Test.icc", ics "Service_Config_Test.ics" +{ +} + +subproject libService_Config_DLL icc "libService_Config_DLL.icc", ics "libService_Config_DLL.ics" +{ +} + subproject SOCK_Connector_Test icc "SOCK_Connector_Test.icc", ics "SOCK_Connector_Test.ics" { } |