118b228eeSBrad Bishop #include "generated.hpp"
218b228eeSBrad Bishop 
3*3d6d3182SPatrick Venture #include <gtest/gtest.h>
4*3d6d3182SPatrick Venture 
518b228eeSBrad Bishop using namespace phosphor::dbus::monitoring;
618b228eeSBrad Bishop 
TEST(JournalTest,Test)718b228eeSBrad Bishop TEST(JournalTest, Test)
818b228eeSBrad Bishop {
918b228eeSBrad Bishop     // No assertions here, but the least we can do
1018b228eeSBrad Bishop     // make sure the program runs without crashing...
1118b228eeSBrad Bishop     for (auto& c : ConfigPropertyCallbacks::get())
1218b228eeSBrad Bishop     {
13a45e086dSRatan Gupta         (*c)(Context::START);
1418b228eeSBrad Bishop     }
1518b228eeSBrad Bishop }
16