summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent068d467099f8c814aba37bebd3ab4006d0c98da1 (diff)
downloadATCD-195691b1122963d4e176a2b68c914611bc297f95.tar.gz
ChangeLogTag:Sat Mar 15 13:50:18 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.mpc9
1 files changed, 9 insertions, 0 deletions
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 {