mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-11-04 05:23:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
rem Test lexers
 | 
						|
rem build lexilla.dll and TestLexers.exe then run TestLexers.exe
 | 
						|
cd ../src
 | 
						|
make --jobs=4 DEBUG=1
 | 
						|
cd ../test
 | 
						|
make DEBUG=1
 | 
						|
make test
 |