V1 #2
@@ -0,0 +1,12 @@
|
|||||||
|
/*********************************************************************
|
||||||
|
* \file Generator.cpp
|
||||||
|
*
|
||||||
|
* \author Romain BOULLARD
|
||||||
|
* \date February 2026
|
||||||
|
*********************************************************************/
|
||||||
|
#include <Generator.hpp>
|
||||||
|
|
||||||
|
namespace Bin2CPP
|
||||||
|
{
|
||||||
|
|
||||||
|
} // namespace Bin2CPP
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
/*********************************************************************
|
||||||
|
* \file Generator.hpp
|
||||||
|
*
|
||||||
|
* \author Romain BOULLARD
|
||||||
|
* \date February 2026
|
||||||
|
*********************************************************************/
|
||||||
|
#ifndef BIN2CPP_GENERATOR_HPP
|
||||||
|
#define BIN2CPP_GENERATOR_HPP
|
||||||
|
|
||||||
|
namespace Bin2CPP
|
||||||
|
{
|
||||||
|
|
||||||
|
} // namespace Bin2CPP
|
||||||
|
#endif
|
||||||
@@ -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