POCO Redis experiment ...

This commit is contained in:
fbraem
2015-10-20 20:39:17 +02:00
parent ee62025cc3
commit 9acd00e25a
18 changed files with 1324 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
//
// 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)