summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/single/Makefile.mk
blob: 91cabdca76ca218cdc123a84f10ad2c11597fe25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************

$(test)_programs        = publisher subscriber
$(test)_dependencies    = IceStorm Ice TestCommon

$(test)_publisher_sources       = Publisher.cpp Single.ice
$(test)_subscriber_sources      = Subscriber.cpp Single.ice

tests += $(test)