| 
					
				 | 
			
			
				@@ -77,7 +77,7 @@ module.exports = function(grunt) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         src: ['test/Test.st'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         libraries: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         'Compiler-Exceptions', 'Compiler-Core', 'Compiler-AST', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', '@parser', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', 'parser', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         'SUnit', 'Importer-Exporter', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         'Kernel-Tests', 'Compiler-Tests', 'SUnit-Tests'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         output_name: 'test/amber_test_runner' 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -95,7 +95,7 @@ module.exports = function(grunt) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         src: ['cli/st/AmberCli.st'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         libraries: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'Compiler-Exceptions', 'Compiler-Core', 'Compiler-AST', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', '@parser' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', 'parser' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         main_class: 'AmberCli', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         output_name: '../../bin/amber-cli', 
			 |