mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
POCO Redis experiment ...
This commit is contained in:
19
Redis/testsuite/src/Driver.cpp
Normal file
19
Redis/testsuite/src/Driver.cpp
Normal 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)
|
||||
Reference in New Issue
Block a user