Further improvements to build script

test is failing to complete properly, need to debug...
This commit is contained in:
2023-08-20 13:02:50 -04:00
parent a6bf60a51e
commit f574a9ba9a
4 changed files with 111 additions and 175 deletions

View File

@ -64,7 +64,7 @@ void check_sanity()
log_fmt("Num String Cache : %llu\n", StringCache.Entries.num(), StringCache);
Builder builder;
builder.open( "sanity.gen.hpp" );
builder.open( "gen/sanity.gen.hpp" );
idx = typedefs.num();
#ifdef GEN_BENCHMARK

View File

@ -14,7 +14,7 @@ int gen_main()
using namespace gen;
log_fmt("\ngen_time:");
// check_sanity();
check_sanity();
// check_SOA();

View File

@ -23,7 +23,7 @@ void check_singleheader_ast()
time_start = time_rel_ms();
Builder
builder = Builder::open( "singleheader_copy.gen.hpp" );
builder = Builder::open( "gen/singleheader_copy.gen.hpp" );
builder.print( ast );
builder.write();