mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-20 20:56:20 +01:00
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
|
||
|
"
|