Driver.cpp 305 B

1234567891011121314151617
  1. //
  2. // Driver.cpp
  3. //
  4. // Console-based test driver for Poco CppParser.
  5. //
  6. // Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
  7. // and Contributors.
  8. //
  9. // SPDX-License-Identifier: BSL-1.0
  10. //
  11. #include "CppUnit/TestRunner.h"
  12. #include "CppParserTestSuite.h"
  13. CppUnitMain(CppParserTestSuite)