Fix for sanity test...

This commit is contained in:
2023-07-17 23:40:28 -04:00
parent 9a784fe92f
commit e501941c5c
5 changed files with 1641 additions and 155 deletions

View File

@ -1,5 +1,11 @@
#define GEN_FEATURE_PARSING
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
#define GEN_ENFORCE_STRONG_CODE_TYPES
#define GEN_EXPOSE_BACKEND
#define GEN_BENCHMARK
#include "gen.cpp"
#include "sanity.cpp"
#include "SOA.cpp"
#if gen_time
int gen_main()
@ -9,6 +15,8 @@ int gen_main()
check_sanity();
check_SOA();
return 0;
}
#endif