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

@ -7,7 +7,7 @@
#include "sanity.cpp"
#include "SOA.cpp"
#if gen_time
#if GEN_TIME
int gen_main()
{
using namespace gen;
@ -23,7 +23,7 @@ int gen_main()
// This only has to be done if symbol conflicts occur.
#ifndef gen_time
#ifndef GEN_TIME
int main()
{