1 | // |
---|---|
2 | // Driver.cpp |
3 | // |
4 | // Console-based test driver for Poco Zip. |
5 | // |
6 | // Copyright (c) 2007, Applied Informatics Software Engineering GmbH. |
7 | // and Contributors. |
8 | // |
9 | // SPDX-License-Identifier: BSL-1.0 |
10 | // |
11 | |
12 | |
13 | #include "Poco/CppUnit/TestRunner.h" |
14 | #include "ZipTestSuite.h" |
15 | |
16 | |
17 | CppUnitMain(ZipTestSuite) |
18 |