mirror of
				https://github.com/PowerShell/Win32-OpenSSH.git
				synced 2025-10-31 19:53:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			249 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			249 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #	$OpenBSD: Makefile,v 1.1 2015/01/15 07:36:28 djm Exp $
 | |
| 
 | |
| TEST_ENV=      "MALLOC_OPTIONS=AFGJPRX"
 | |
| 
 | |
| PROG=test_bitmap
 | |
| SRCS=tests.c
 | |
| REGRESS_TARGETS=run-regress-${PROG}
 | |
| 
 | |
| run-regress-${PROG}: ${PROG}
 | |
| 	env ${TEST_ENV} ./${PROG}
 | |
| 
 | |
| .include <bsd.regress.mk>
 |