summaryrefslogtreecommitdiff
path: root/tests/tests.mpc
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-15 00:32:53 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-15 00:32:53 +0000
commitbbef0c5d04f98a8ee23a158931549d80cd6698f1 (patch)
tree8a4d4685b78d8229d249d0edc13708f55dc8a874 /tests/tests.mpc
parent4f91e996905affdb71b7a2b0c02662de81573bba (diff)
downloadATCD-bbef0c5d04f98a8ee23a158931549d80cd6698f1.tar.gz
ChangeLogTag:Fri Aug 15 00:37:22 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'tests/tests.mpc')
-rw-r--r--tests/tests.mpc14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/tests.mpc b/tests/tests.mpc
index bdea4f01b93..71fbd09616d 100644
--- a/tests/tests.mpc
+++ b/tests/tests.mpc
@@ -626,6 +626,13 @@ project(Reader Writer Test) : acetest {
}
}
+project(Recursive Condition Bug Test) : acetest {
+ exename = Recursive_Condition_Bug_Test
+ Source_Files {
+ Recursive_Condition_Bug_Test.cpp
+ }
+}
+
project(Recursive Condition Test) : acetest {
exename = Recursive_Condition_Test
Source_Files {
@@ -822,6 +829,13 @@ project(UPIPE SAP Test) : acetest {
}
}
+project(Unbounded Set Test Ex) : acetest {
+ exename = Unbounded_Set_Test_Ex
+ Source_Files {
+ Unbounded_Set_Test_Ex.cpp
+ }
+}
+
project(Upgradable RW Test) : acetest {
exename = Upgradable_RW_Test
Source_Files {