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/tests.icp | |
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/tests.icp')
-rw-r--r-- | tests/tests.icp | 12 |
1 files changed, 12 insertions, 0 deletions
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" { } |