mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	Started to setup for codebase validation tests.
Fleshed out initial version of AST::is_equal( AST* ) Setup the test directory with initial files for each major validation test.
This commit is contained in:
		
							
								
								
									
										13
									
								
								test/GamePipeline/Readme.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								test/GamePipeline/Readme.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
# Test : Eskil Steenberg's Game Pipeline
 | 
			
		||||
 | 
			
		||||
***Note: This validation test has not been implemented yet.***
 | 
			
		||||
 | 
			
		||||
Repo : https://github.com/valiet/quel_solaar
 | 
			
		||||
 | 
			
		||||
This is a AST reconstruction test of the gamepipeline library.
 | 
			
		||||
 | 
			
		||||
1. Download the library
 | 
			
		||||
2. Grab all header and source file paths
 | 
			
		||||
3. Generate an ast for each file and serialize it to a file called <name of file>.gen.<h/c>
 | 
			
		||||
4. Reconstruct the ast from the generated file
 | 
			
		||||
5. Compare the original ast to the reconstructed ast
 | 
			
		||||
		Reference in New Issue
	
	Block a user