mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Test building & generation fixed with altest scripts
This commit is contained in:
		@@ -1,3 +1,4 @@
 | 
			
		||||
#if GEN_TIME
 | 
			
		||||
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
 | 
			
		||||
#define GEN_ENFORCE_STRONG_CODE_TYPES
 | 
			
		||||
#define GEN_EXPOSE_BACKEND
 | 
			
		||||
@@ -8,13 +9,12 @@
 | 
			
		||||
#include "SOA.cpp"
 | 
			
		||||
#include "test.singleheader_ast.cpp"
 | 
			
		||||
 | 
			
		||||
#if GEN_TIME
 | 
			
		||||
int gen_main()
 | 
			
		||||
{
 | 
			
		||||
	using namespace gen;
 | 
			
		||||
	log_fmt("\ngen_time:");
 | 
			
		||||
 | 
			
		||||
	check_sanity();
 | 
			
		||||
	// check_sanity();
 | 
			
		||||
 | 
			
		||||
	// check_SOA();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user