summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/operations/Makefile.mk')
-rw-r--r--cpp/test/Ice/operations/Makefile.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/Makefile.mk b/cpp/test/Ice/operations/Makefile.mk
new file mode 100644
index 00000000000..e55108a0768
--- /dev/null
+++ b/cpp/test/Ice/operations/Makefile.mk
@@ -0,0 +1,20 @@
+# **********************************************************************
+#
+# 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)_client_sources = Test.ice \
+ Client.cpp \
+ AllTests.cpp \
+ Twoways.cpp \
+ Oneways.cpp \
+ TwowaysAMI.cpp \
+ OnewaysAMI.cpp \
+ BatchOneways.cpp \
+ BatchOnewaysAMI.cpp
+
+tests += $(test)