mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
d75e68c027
windows build only
17 lines
250 B
Plaintext
17 lines
250 B
Plaintext
#
|
|
# TestSuite.vxbuild
|
|
#
|
|
# $Id$
|
|
#
|
|
TARGET=ZipTestSuite
|
|
CFLAGS="-I../../../../Foundation/include \\
|
|
-I../../../../Zip/include \\
|
|
-I../../../../CppUnit/include"
|
|
SOURCES="
|
|
CompressTest.cpp
|
|
Driver.cpp
|
|
PartialStreamTest.cpp
|
|
ZipTest.cpp
|
|
ZipTestSuite.cpp
|
|
"
|