poco/Zip/testsuite/Makefile
2017-09-09 10:50:32 +02:00

17 lines
312 B
Makefile

#
# Makefile
#
# 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