summaryrefslogtreecommitdiff
path: root/cpp/test/Glacier2/sessionControl/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Glacier2/sessionControl/Makefile.mk')
-rw-r--r--cpp/test/Glacier2/sessionControl/Makefile.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/cpp/test/Glacier2/sessionControl/Makefile.mk b/cpp/test/Glacier2/sessionControl/Makefile.mk
new file mode 100644
index 00000000000..39e93bceac6
--- /dev/null
+++ b/cpp/test/Glacier2/sessionControl/Makefile.mk
@@ -0,0 +1,16 @@
+# **********************************************************************
+#
+# 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)_dependencies = Glacier2 Ice IceUtil TestCommon
+
+$(test)_client_sources = Client.cpp Session.ice
+
+$(test)_server_sources = Server.cpp SessionI.cpp Session.ice
+
+tests += $(test)