added Redis library

This commit is contained in:
Günter Obiltschnig
2017-11-08 15:48:04 +01:00
parent 47043e0f4f
commit 6a0191ae6c
93 changed files with 16311 additions and 40 deletions

View File

@@ -0,0 +1,19 @@
//
// Driver.cpp
//
// $Id$
//
// Console-based test driver for Poco MongoDB.
//
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#include "CppUnit/TestRunner.h"
#include "RedisTestSuite.h"
CppUnitMain(RedisTestSuite)