mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-29 04:06:51 +01:00
added Zip to trunk
This commit is contained in:
18
Zip/testsuite/Makefile
Normal file
18
Zip/testsuite/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user