diff options
Diffstat (limited to 'cpp/test/IceGrid/session/Makefile.mk')
-rw-r--r-- | cpp/test/IceGrid/session/Makefile.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/session/Makefile.mk b/cpp/test/IceGrid/session/Makefile.mk new file mode 100644 index 00000000000..20495324dd7 --- /dev/null +++ b/cpp/test/IceGrid/session/Makefile.mk @@ -0,0 +1,19 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2015 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. +# +# ********************************************************************** + +$(test)_programs = client server verifier + +$(test)_client_dependencies = IceGrid Glacier2 + +$(test)_server_dependencies = Glacier2 IceSSL + +$(test)_verifier_sources = PermissionsVerifier.cpp Test.ice +$(test)_verifier_dependencies = Glacier2 + +tests += $(test)
\ No newline at end of file |