8 lines
		
	
	
		
			89 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			89 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Run all tests
 | 
						|
#
 | 
						|
test:
 | 
						|
	@@node_modules/.bin/vows tests/* --spec
 | 
						|
 | 
						|
.PHONY: test install
 |