blob: 0425f27c021f6b6807dd48773f12f68be3857dbe (
plain)
1
2
3
4
5
6
7
8
9
|
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
$(test)_client_sources = $(test-client-sources) ExceptionsI.cpp
$(test)_server_sources = $(test-server-sources) ExceptionsI.cpp
$(test)_serveramd_sources = $(test-serveramd-sources) ExceptionsI.cpp
tests += $(test)
|