mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-28 23:24:09 +02:00

fix: remove executable flag and change back to 100644 (was 100755) Signed-off-by: Roger Meier <r.meier@siemens.com>
20 lines
347 B
C++
20 lines
347 B
C++
//
|
|
// Driver.cpp
|
|
//
|
|
// $Id: //poco/1.4/Net/testsuite/src/Driver.cpp#1 $
|
|
//
|
|
// Console-based test driver for Poco Net.
|
|
//
|
|
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
|
|
// and Contributors.
|
|
//
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
//
|
|
|
|
|
|
#include "CppUnit/TestRunner.h"
|
|
#include "NetTestSuite.h"
|
|
|
|
|
|
CppUnitMain(NetTestSuite)
|