summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/single/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceStorm/single/Makefile.mk')
-rw-r--r--cpp/test/IceStorm/single/Makefile.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/cpp/test/IceStorm/single/Makefile.mk b/cpp/test/IceStorm/single/Makefile.mk
new file mode 100644
index 00000000000..60694e4883d
--- /dev/null
+++ b/cpp/test/IceStorm/single/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)_programs = publisher subscriber
+$(test)_dependencies = IceStorm Ice IceUtil TestCommon
+
+$(test)_publisher_sources = Publisher.cpp Single.ice
+$(test)_subscriber_sources = Subscriber.cpp Single.ice
+
+tests += $(test) \ No newline at end of file