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
#define GEN_FEATURE_PARSING
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
#define GEN_ENFORCE_STRONG_CODE_TYPES

View File

@ -1,6 +1,6 @@
#pragma once
#if gen_time
#if GEN_TIME
#define GEN_FEATURE_PARSING
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
#define GEN_ENFORCE_STRONG_CODE_TYPES
@ -203,4 +203,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
#define GEN_FEATURE_PARSING
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
#define GEN_ENFORCE_STRONG_CODE_TYPES
@ -357,4 +357,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
#define GEN_FEATURE_PARSING
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
#define GEN_ENFORCE_STRONG_CODE_TYPES
@ -173,4 +173,4 @@ u32 gen_ring_file()
return 0;
}
#endif // gen_time
#endif // GEN_TIME

View File

@ -1,5 +1,5 @@
#pragma once
#ifdef gen_time
#ifdef GEN_TIME
#define GEN_FEATURE_PARSING
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
#define GEN_ENFORCE_STRONG_CODE_TYPES