1//
2// Driver.cpp
3//
4// Console-based test driver for Poco XML.
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 "XMLTestSuite.h"
15
16
17CppUnitMain(XMLTestSuite)
18