blob: f190ab04047a7ff4c367bf0605d431f3bcd9ba14 [file]
#include "test/redfish-core/lib/snapshot_fixture.hpp"
#include <gtest/gtest.h>
namespace redfish {
namespace {
// Ensure loading mechanism works correctly
TEST_F(SnapshotFixture, SanityCheck){}
TEST_F(SnapshotFixture_Platform22, SanityCheck){}
TEST_F(SnapshotFixture_Platform11_Config4, SanityCheck){}
} // namespace
} // namespace redfish