blob: 2a5886d03dd4598436d7d7672db4c47307073e88 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (c) 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)
|