summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-10-23 03:35:39 +0000
committerMark Spruiell <mes@zeroc.com>2003-10-23 03:35:39 +0000
commit82cebb82198602e082a87de1216c5c8082f8519c (patch)
tree1c970caef8f74252ce0656f06eec07e092a27d01 /cpp
parentinitial check-in (diff)
downloadice-82cebb82198602e082a87de1216c5c8082f8519c.tar.bz2
ice-82cebb82198602e082a87de1216c5c8082f8519c.tar.xz
ice-82cebb82198602e082a87de1216c5c8082f8519c.zip
adding Transform
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/allTests.py1
-rw-r--r--cpp/test/Makefile3
2 files changed, 3 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index 4d8ec1bc5c7..48fb40ac3f7 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -56,6 +56,7 @@ tests = [ \
"IceStorm/single", \
"IceStorm/federation", \
"IceStorm/federation2", \
+ "Transform/dbmap", \
]
#
diff --git a/cpp/test/Makefile b/cpp/test/Makefile
index 24c5a7beed3..2873360a922 100644
--- a/cpp/test/Makefile
+++ b/cpp/test/Makefile
@@ -22,7 +22,8 @@ SUBDIRS = IceUtil \
IceStorm \
IcePack \
Freeze \
- Glacier
+ Glacier \
+ Transform
$(EVERYTHING)::
@for subdir in $(SUBDIRS); \