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

$(test)_sliceflags              := -I$(test)
$(test)_client_sources          = Client.cpp Test.ice Derived.ice DerivedEx.ice TestI.cpp AllTests.cpp
$(test)_server_sources          = Server.cpp Test.ice Derived.ice DerivedEx.ice TestI.cpp TestIntfI.cpp
$(test)_collocated_sources      = Collocated.cpp Test.ice Derived.ice DerivedEx.ice TestI.cpp TestIntfI.cpp AllTests.cpp

tests += $(test)