summaryrefslogtreecommitdiffstats
path: root/src/test/callbacktest.cpp
blob: 1152e121e6c1083693c68d370e509bda51021013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <gtest/gtest.h>

#include "generated.hpp"

using namespace phosphor::dbus::monitoring;

TEST(JournalTest, Test)
{
    // No assertions here, but the least we can do
    // make sure the program runs without crashing...
    for (auto& c : ConfigPropertyCallbacks::get())
    {
        (*c)();
    }
}
OpenPOWER on IntegriCloud