summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--tests/Bound_Ptr_Test.icc15
-rw-r--r--tests/tests.icp12
5 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54e54493684..c4aea723483 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Aug 31 12:00:00 2001 Steve Huston <shuston@riverace.com>
+
+ * tests/Bound_Ptr_Test.icc: New Visual Age C++ config for this test.
+ * tests/tests.icp: Added Bound_Ptr_Test.icc, Service_Config_Test.icc,
+ and libService_Config_DLL.icc.
+
Fri Aug 31 11:40:31 2001 Steve Huston <shuston@riverace.com>
* tests/MEM_Stream_Test.(cpp h): Fixed single-threaded builds.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 54e54493684..c4aea723483 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Fri Aug 31 12:00:00 2001 Steve Huston <shuston@riverace.com>
+
+ * tests/Bound_Ptr_Test.icc: New Visual Age C++ config for this test.
+ * tests/tests.icp: Added Bound_Ptr_Test.icc, Service_Config_Test.icc,
+ and libService_Config_DLL.icc.
+
Fri Aug 31 11:40:31 2001 Steve Huston <shuston@riverace.com>
* tests/MEM_Stream_Test.(cpp h): Fixed single-threaded builds.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 54e54493684..c4aea723483 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Fri Aug 31 12:00:00 2001 Steve Huston <shuston@riverace.com>
+
+ * tests/Bound_Ptr_Test.icc: New Visual Age C++ config for this test.
+ * tests/tests.icp: Added Bound_Ptr_Test.icc, Service_Config_Test.icc,
+ and libService_Config_DLL.icc.
+
Fri Aug 31 11:40:31 2001 Steve Huston <shuston@riverace.com>
* tests/MEM_Stream_Test.(cpp h): Fixed single-threaded builds.
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"
{
}