mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-03-29 15:37:12 +01:00
18 lines
308 B
C++
18 lines
308 B
C++
//
|
|
// Driver.cpp
|
|
//
|
|
// Console-based test driver for Poco Prometheus.
|
|
//
|
|
// Copyright (c) 2022, Applied Informatics Software Engineering GmbH.
|
|
// and Contributors.
|
|
//
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
//
|
|
|
|
|
|
#include "CppUnit/TestRunner.h"
|
|
#include "PrometheusTestSuite.h"
|
|
|
|
|
|
CppUnitMain(PrometheusTestSuite)
|