diff options
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 |