6 lines
		
	
	
		
			135 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			135 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
test: run-tests
 | 
						|
	./run-tests
 | 
						|
 | 
						|
run-tests: tests-main.cpp main.cpp DualLookup.h
 | 
						|
	clang++ -std=c++11 tests-main.cpp main.cpp -o run-tests
 |