blob: 78736f8c54dbfa6ae9a3dae20147d394c96c2985 [file] [log] [blame]
#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)(Context::START);
}
}