summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/repgrid/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceStorm/repgrid/Makefile.mk')
-rw-r--r--cpp/test/IceStorm/repgrid/Makefile.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/cpp/test/IceStorm/repgrid/Makefile.mk b/cpp/test/IceStorm/repgrid/Makefile.mk
new file mode 100644
index 00000000000..437b6c6b36f
--- /dev/null
+++ b/cpp/test/IceStorm/repgrid/Makefile.mk
@@ -0,0 +1,14 @@
+# **********************************************************************
+#
+# 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 = IceStorm Ice IceUtil TestCommon
+
+$(test)_client_sources = Client.cpp Single.ice
+
+tests += $(test) \ No newline at end of file