added Zip to trunk

This commit is contained in:
Peter Schojer
2008-10-31 09:18:26 +00:00
parent 4975ac2c44
commit ba13c39636
89 changed files with 12760 additions and 0 deletions

18
Zip/testsuite/Makefile Normal file
View File

@@ -0,0 +1,18 @@
#
# Makefile
#
# $Id: //poco/1.3/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 CppUnit
include $(POCO_BASE)/build/rules/exec