| 
					
				 | 
			
			
				@@ -21,6 +21,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #include "tests/PNGReaderTests.h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #include "tests/BufferTests.h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #include "tests/StackAllocatorTests.h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#include "tests/TypedBufferTests.h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #include "wrapper/Framebuffer.h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #include "rendering/FileTexture.h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -50,5 +51,6 @@ int main(int argAmount, char** args) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     PNGReaderTests::test(args[1]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     BufferTests::test(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     StackAllocatorTests::test(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    TypedBufferTests::test(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |