poco/Redis/testsuite/src/Driver.cpp
2015-10-20 20:39:17 +02:00

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)