diff options
Diffstat (limited to 'cpp/test/Ice/logger/Makefile.mk')
-rw-r--r-- | cpp/test/Ice/logger/Makefile.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cpp/test/Ice/logger/Makefile.mk b/cpp/test/Ice/logger/Makefile.mk new file mode 100644 index 00000000000..4dc1fb7870d --- /dev/null +++ b/cpp/test/Ice/logger/Makefile.mk @@ -0,0 +1,19 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# +# This copy of Ice is licensed to you under the terms described in the +# ICE_LICENSE file included in this distribution. +# +# ********************************************************************** + +$(test)_programs = client1 client2 client3 client4 client5 +$(test)_libs = iconv + +$(test)_client1_sources = Client1.cpp +$(test)_client2_sources = Client2.cpp +$(test)_client3_sources = Client3.cpp +$(test)_client4_sources = Client4.cpp +$(test)_client5_sources = Client5.cpp + +tests += $(test)
\ No newline at end of file |