mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-15 03:01:47 -07:00
Refactor Test gen_time to GEN_TIME
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#if gen_time
|
||||
#if GEN_TIME
|
||||
#include "gen.hpp"
|
||||
|
||||
using namespace gen;
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#if gen_time
|
||||
#if GEN_TIME
|
||||
#include "gen.hpp"
|
||||
|
||||
using namespace gen;
|
||||
@ -271,4 +271,4 @@ u32 gen_buffer_file()
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // gen_time
|
||||
#endif // GEN_TIME
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#if gen_time
|
||||
#if GEN_TIME
|
||||
#include "gen.hpp"
|
||||
#include "Array.Upfront.hpp"
|
||||
|
||||
@ -483,4 +483,4 @@ u32 gen_hashtable_file()
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // gen_time
|
||||
#endif // GEN_TIME
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#if gen_time
|
||||
#if GEN_TIME
|
||||
#include "gen.hpp"
|
||||
#include "Buffer.Upfront.hpp"
|
||||
|
||||
@ -225,4 +225,4 @@ u32 gen_ring_file()
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // gen_time
|
||||
#endif // GEN_TIME
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifdef gen_time
|
||||
#ifdef GEN_TIME
|
||||
#include "gen.hpp"
|
||||
|
||||
using namespace gen;
|
||||
|
Reference in New Issue
Block a user