summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/allocation/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/allocation/Makefile.mk')
-rw-r--r--cpp/test/IceGrid/allocation/Makefile.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/allocation/Makefile.mk b/cpp/test/IceGrid/allocation/Makefile.mk
new file mode 100644
index 00000000000..1652a427cf5
--- /dev/null
+++ b/cpp/test/IceGrid/allocation/Makefile.mk
@@ -0,0 +1,17 @@
+# **********************************************************************
+#
+# 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)_verifier_sources = PermissionsVerifier.cpp
+$(test)_verifier_dependencies = Glacier2
+
+tests += $(test) \ No newline at end of file