Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
telemetry
/
c8e3a64a1d01cfafa589477ac65952df353e141d
/
.
/
tests
/
src
/
test_metric.cpp
blob: 32ed2a6891ff48162ef33b16985f8f1f42285813 [
file
] [
log
] [
blame
]
#include
"metric.hpp"
#include
<gmock/gmock.h>
using
namespace
testing
;
class
TestMetric
:
public
Test
{
public
:
Metric
sut
=
{};
};