Layout
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*********************************************************************
|
||||
* \file Generator.cpp
|
||||
*
|
||||
* \author Romain BOULLARD
|
||||
* \date February 2026
|
||||
*********************************************************************/
|
||||
#include <Generator.hpp>
|
||||
|
||||
#include <Log.hpp>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
namespace Bin2CPP
|
||||
{
|
||||
class GeneratorFixture: public ::testing::Test
|
||||
{
|
||||
protected:
|
||||
Singleton<Log>::Lifetime m_lifetime;
|
||||
};
|
||||
} // namespace Bin2CPP
|
||||
|
||||
Reference in New Issue
Block a user