blob: f0c96e0c44fd2cede3283f55eaf18112831631b9 [file] [log] [blame]
#include "generated.hpp"
#include <gtest/gtest.h>
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);
}
}