diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-11-28 19:09:27 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-11-28 19:09:27 +0100 |
commit | 69530abfeac2165324b3abe06cd60bfbd5f84b7f (patch) | |
tree | 32bb599df768d0a9d3f7ec9a6b8293256bf9315f /cpp/test | |
parent | Python 3 test suite fixes (diff) | |
download | ice-69530abfeac2165324b3abe06cd60bfbd5f84b7f.tar.bz2 ice-69530abfeac2165324b3abe06cd60bfbd5f84b7f.tar.xz ice-69530abfeac2165324b3abe06cd60bfbd5f84b7f.zip |
Fixed networkProxy, IceGrid/admin, metrics test failures
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IceGrid/admin/Makefile.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/admin/Makefile.mk b/cpp/test/IceGrid/admin/Makefile.mk new file mode 100644 index 00000000000..d1569f30352 --- /dev/null +++ b/cpp/test/IceGrid/admin/Makefile.mk @@ -0,0 +1,13 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +# +# This copy of Ice is licensed to you under the terms described in the +# ICE_LICENSE file included in this distribution. +# +# ********************************************************************** + +# This Makefile.mk is necessary to get this test to build because the +# test doesn't have a Client.cpp file. + +tests += $(test)
\ No newline at end of file |