blob: af0c8c1444b02c5bc52024e91e1075ba2fef6954 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_sliceflags = --checksum
$(test)_client_sources = $(test-client-sources) ClientTypes.ice
$(test)_server_sources = $(test-server-sources) ServerTypes.ice
tests += $(test)
|