Refactor Test gen_time to GEN_TIME

This commit is contained in:
2023-07-19 00:13:12 -04:00
parent 231ae5f5d6
commit 4d2f6a6315
18 changed files with 26 additions and 27 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#if gen_time
#if GEN_TIME
#include "gen.hpp"
using namespace gen;

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
#ifdef gen_time
#ifdef GEN_TIME
#include "gen.hpp"
using namespace gen;