summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-05 20:45:15 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-05 20:45:15 +0000
commitca98e4e69019f73758acb807aca66a9c6481d200 (patch)
tree9b9d71b7b2ffa24ccfccf54ff6a3e0c3abcfbd27
parent80d893ca1f44e28d4440a5e5bffe2589e2d49448 (diff)
downloadATCD-ca98e4e69019f73758acb807aca66a9c6481d200.tar.gz
ChangeLogTag:Tue Nov 5 20:26:33 UTC 2002 Don Hinton <dhinton@ieee.org>
-rw-r--r--ChangeLog12
-rw-r--r--ChangeLogs/ChangeLog-03a12
-rw-r--r--tests/README21
-rw-r--r--tests/tests.mpc9
4 files changed, 35 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c764735143..5d1d190f337 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+Tue Nov 5 20:26:33 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * tests/tests.mpc: Added Multicast_Test entry.
+
+ * tests/README: Upadate instructions for adding new tests.
+
Tue Nov 5 12:12:05 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
- * tests/Multicast_Test.cpp: Fixed compile errorsin single threaded
+ * tests/Multicast_Test.cpp: Fixed compile errors in single threaded
builds.
Tue Nov 5 11:24:03 2002 Nanbor Wang <nanbor@cs.wustl.edu>
@@ -49,7 +55,7 @@ Tue Nov 5 05:54:16 UTC 2002 Don Hinton <dhinton@ieee.org>
builds. Added #ifdef for ACE_HAS_THREADS, since it uses
ACE_Task as an active object.
- * tests/run_test;lst: Turned off Multicast_Test and
+ * tests/run_test.lst: Turned off Multicast_Test and
Token_Stategy_Test for single threaded builds.
Mon Nov 4 18:01:25 UTC 2002 Don Hinton <dhinton@ieee.org>
@@ -704,7 +710,7 @@ Fri Oct 18 13:21:05 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
and longs/ints are different sizes. Thanks to Cristian
Ungureanu <cristian.ungureanu@amdocs.com> for motivating this.
-Fri Oct 18 17:20:02 UTC 2002 Don Hinton <dhinton@iee.org>
+Fri Oct 18 17:20:02 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/SOCK_Dgram_Mcast.{h,cpp}:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 7c764735143..5d1d190f337 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,6 +1,12 @@
+Tue Nov 5 20:26:33 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * tests/tests.mpc: Added Multicast_Test entry.
+
+ * tests/README: Upadate instructions for adding new tests.
+
Tue Nov 5 12:12:05 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
- * tests/Multicast_Test.cpp: Fixed compile errorsin single threaded
+ * tests/Multicast_Test.cpp: Fixed compile errors in single threaded
builds.
Tue Nov 5 11:24:03 2002 Nanbor Wang <nanbor@cs.wustl.edu>
@@ -49,7 +55,7 @@ Tue Nov 5 05:54:16 UTC 2002 Don Hinton <dhinton@ieee.org>
builds. Added #ifdef for ACE_HAS_THREADS, since it uses
ACE_Task as an active object.
- * tests/run_test;lst: Turned off Multicast_Test and
+ * tests/run_test.lst: Turned off Multicast_Test and
Token_Stategy_Test for single threaded builds.
Mon Nov 4 18:01:25 UTC 2002 Don Hinton <dhinton@ieee.org>
@@ -704,7 +710,7 @@ Fri Oct 18 13:21:05 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
and longs/ints are different sizes. Thanks to Cristian
Ungureanu <cristian.ungureanu@amdocs.com> for motivating this.
-Fri Oct 18 17:20:02 UTC 2002 Don Hinton <dhinton@iee.org>
+Fri Oct 18 17:20:02 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/SOCK_Dgram_Mcast.{h,cpp}:
diff --git a/tests/README b/tests/README
index 2c151a04a01..af82f01eca5 100644
--- a/tests/README
+++ b/tests/README
@@ -19,14 +19,17 @@ $ACE_ROOT/tests:
1. Use appropriate ACE_START_TEST and ACE_END_TEST macros in main ()
-2. Add test to Makefile
+2. Add new project entry to the tests.mpc file.
-3. Add test to MS project files (tests.dsp and
- version_tests/version_tests.dsp)
+3. Add test to Makefile. *
-4. Add test to all or most of these:
+4. Add a new MS project file, e.g., <test>.dsp, then add and entry for
+ it to the tests.dsp file. *
- run_tests.lst, run_tests.bat, run_tests.psosim, and run_tests.vxworks.
+5. Add test to run_test.lst.
+
+* Steps 3 and 4 will go away once the mpc architecture is fully integrated,
+ since the Makefile and project files can be created on-the-fly by mpc.
________________________________________
@@ -75,13 +78,5 @@ Notes:
UNIXserver.conf and UNIXclerk.conf (and for Win32, Win32server.conf
and Win32clerk.conf).
-Please see run_tests.vxworks for information on the status of tests on
-VxWorks.
-
-Please see run_tests.psosim for information on the status of tests on
-pSOSim. Run_tests.psosim is an executable shell script that runs all
-tests that are (believed) relevant to the single threaded port to
-pSOSim.
-
If you have any questions/suggestions, please send email to
ace-users@cs.wustl.edu.
diff --git a/tests/tests.mpc b/tests/tests.mpc
index 79ff5c74016..8b5bf53bdd9 100644
--- a/tests/tests.mpc
+++ b/tests/tests.mpc
@@ -503,6 +503,15 @@ project(Message Queue Notifications Test) : aceexe {
}
}
+project(Multicast Test) : aceexe {
+ exename = Multicast_Test
+ Source_Files {
+ Multicast_Test.cpp
+ }
+ Header_Files {
+ }
+}
+
project(Notify Performance Test) : aceexe {
exename = Notify_Performance_Test
Source_Files {