mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-08 11:02:17 +01:00
ce797f7700
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
19 lines
359 B
Makefile
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
|