mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			278 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			278 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all:
 | |
| 	gcc -O2 mq_open_tests.c -o mq_open_tests -lrt
 | |
| 	gcc -O2 -o mq_perf_tests mq_perf_tests.c -lrt -lpthread -lpopt
 | |
| 
 | |
| run_tests:
 | |
| 	@./mq_open_tests /test1 || echo "mq_open_tests: [FAIL]"
 | |
| 	@./mq_perf_tests || echo "mq_perf_tests: [FAIL]"
 | |
| 
 | |
| clean:
 | |
| 	rm -f mq_open_tests mq_perf_tests
 | 
