1 | // |
---|---|
2 | // Driver.cpp |
3 | // |
4 | // Console-based test driver for Poco MongoDB. |
5 | // |
6 | // Copyright (c) 2004-2006, 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 "MongoDBTestSuite.h" |
15 | |
16 | |
17 | CppUnitMain(MongoDBTestSuite) |
18 |