diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-12-08 09:30:04 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-12-08 09:30:04 +0100 |
commit | 28e30710074acb66300b8ce35aa2ef03e5cef67c (patch) | |
tree | 1de0fb42aef9b35bee0327a1f91f926fa31e9764 /cpp | |
parent | Fixed bug 4400 - crash in test/Ice/slicing/objects (diff) | |
download | ice-28e30710074acb66300b8ce35aa2ef03e5cef67c.tar.bz2 ice-28e30710074acb66300b8ce35aa2ef03e5cef67c.tar.xz ice-28e30710074acb66300b8ce35aa2ef03e5cef67c.zip |
Disabled new AMI tests for VC6
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/Makefile.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/Makefile.mak b/cpp/test/Ice/Makefile.mak index 0fd831d6735..1e8b353a9e8 100644 --- a/cpp/test/Ice/Makefile.mak +++ b/cpp/test/Ice/Makefile.mak @@ -14,7 +14,6 @@ top_srcdir = ..\.. SUBDIRS = proxy \
operations \
exceptions \
- ami \
info \
inheritance \
facets \
@@ -27,7 +26,6 @@ SUBDIRS = proxy \ checksum \
dispatcher \
hold \
- custom \
binding \
retry \
timeout \
@@ -41,6 +39,8 @@ SUBDIRS = proxy \ !if "$(CPP_COMPILER)" != "VC60"
SUBDIRS = $(SUBDIRS) \
+ ami \
+ custom \
stream \
invoke
!endif
|