poco/Zip/testsuite/Makefile
FrancisANDRE ce797f7700 Make CppUnit a component of Poco
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 00:17:13 +01:00

19 lines
359 B
Makefile

#
# Makefile
#
# $Id: //poco/1.4/Zip/testsuite/Makefile#1 $
#
# Makefile for Poco Zip testsuite
#
include $(POCO_BASE)/build/rules/global
objects = ZipTestSuite Driver \
ZipTest CompressTest PartialStreamTest
target = testrunner
target_version = 1
target_libs = PocoZip PocoNet PocoFoundation PocoCppUnit
include $(POCO_BASE)/build/rules/exec