summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/stress/Makefile.mk
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-05-03 19:26:09 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-05-03 19:26:09 +0200
commitee3b7be185f7d887a33b9c242a7ccd08a09d2614 (patch)
tree1974211a0cbd5e3df95b6deed0b2b42f7854aca9 /cpp/test/IceStorm/stress/Makefile.mk
parentRename files for consistency (diff)
downloadice-ee3b7be185f7d887a33b9c242a7ccd08a09d2614.tar.bz2
ice-ee3b7be185f7d887a33b9c242a7ccd08a09d2614.tar.xz
ice-ee3b7be185f7d887a33b9c242a7ccd08a09d2614.zip
Re-factored gmake build system
Diffstat (limited to 'cpp/test/IceStorm/stress/Makefile.mk')
-rw-r--r--cpp/test/IceStorm/stress/Makefile.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/cpp/test/IceStorm/stress/Makefile.mk b/cpp/test/IceStorm/stress/Makefile.mk
new file mode 100644
index 00000000000..96cfdfccc30
--- /dev/null
+++ b/cpp/test/IceStorm/stress/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 Event.ice
+$(test)_subscriber_sources = Subscriber.cpp Event.ice
+
+tests += $(test) \ No newline at end of file