mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
19 lines
374 B
Makefile
19 lines
374 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/Zip/testsuite/Makefile#5 $
|
|
#
|
|
# 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
|