mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-11-03 21:14:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			184 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			184 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Test lexers
 | 
						|
# build lexilla.so and TestLexers then run TestLexers
 | 
						|
JOBS="--jobs=$(getconf _NPROCESSORS_ONLN)"
 | 
						|
(
 | 
						|
cd ../src
 | 
						|
make "$JOBS" DEBUG=1
 | 
						|
)
 | 
						|
(
 | 
						|
cd ../test
 | 
						|
make DEBUG=1
 | 
						|
make test
 | 
						|
)
 |