diff options
author | Steve Huston <shuston@riverace.com> | 2003-03-15 18:52:30 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2003-03-15 18:52:30 +0000 |
commit | 195691b1122963d4e176a2b68c914611bc297f95 (patch) | |
tree | d91a0c99817558b51e09db8ed80d53fc75716868 /tests | |
parent | 068d467099f8c814aba37bebd3ab4006d0c98da1 (diff) | |
download | ATCD-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.mpc | 9 |
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 { |