mirror of
https://github.com/pocoproject/poco.git
synced 2025-06-20 20:27:24 +02:00
20 lines
311 B
C++
20 lines
311 B
C++
//
|
|
// Driver.cpp
|
|
//
|
|
// $Id$
|
|
//
|
|
// Console-based test driver for Poco MongoDB.
|
|
//
|
|
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
|
// and Contributors.
|
|
//
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
//
|
|
|
|
|
|
#include "CppUnit/TestRunner.h"
|
|
#include "RedisTestSuite.h"
|
|
|
|
|
|
CppUnitMain(RedisTestSuite)
|