summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2003-03-15 18:52:30 +0000
committerSteve Huston <shuston@riverace.com>2003-03-15 18:52:30 +0000
commit195691b1122963d4e176a2b68c914611bc297f95 (patch)
treed91a0c99817558b51e09db8ed80d53fc75716868
parent068d467099f8c814aba37bebd3ab4006d0c98da1 (diff)
downloadATCD-195691b1122963d4e176a2b68c914611bc297f95.tar.gz
ChangeLogTag:Sat Mar 15 13:50:18 2003 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog4
-rw-r--r--tests/tests.mpc9
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34b48326c93..fa556730735 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Mar 15 13:50:18 2003 Steve Huston <shuston@riverace.com>
+
+ * tests/tests.mpc: Added Recursive_Condition_Bug_Test.
+
Sat Mar 15 12:20:45 2003 Nanbor Wang <nanbor@cs.wustl.edu>
* tests/tests.dsw:
diff --git a/tests/tests.mpc b/tests/tests.mpc
index 4f480670eee..71663948e9e 100644
--- a/tests/tests.mpc
+++ b/tests/tests.mpc
@@ -757,6 +757,15 @@ project(Recursive Condition Test) : aceexe {
}
}
+project(Recursive Condition Bug Test) : aceexe {
+ exename = Recursive_Condition_Bug_Test
+ Source_Files {
+ Recursive_Condition_Bug_Test.cpp
+ }
+ Header_Files {
+ }
+}
+
project(Recursive Mutex Test) : aceexe {
exename = Recursive_Mutex_Test
Source_Files {