2021-01-09 13:24:30 +01:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2021/01/09 12:24:30 dtucker Exp $
|
2017-03-14 02:20:29 +01:00
|
|
|
|
|
|
|
PROG=test_conversion
|
|
|
|
SRCS=tests.c
|
2017-12-21 01:41:22 +01:00
|
|
|
|
|
|
|
# From usr.bin/ssh
|
|
|
|
SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
|
|
|
|
SRCS+=atomicio.c misc.c xmalloc.c log.c uidswap.c cleanup.c fatal.c ssherr.c
|
2021-01-09 13:24:30 +01:00
|
|
|
SRCS+=match.c addr.c addrmatch.c
|
2017-12-21 01:41:22 +01:00
|
|
|
|
2017-03-14 02:20:29 +01:00
|
|
|
REGRESS_TARGETS=run-regress-${PROG}
|
|
|
|
|
|
|
|
run-regress-${PROG}: ${PROG}
|
|
|
|
env ${TEST_ENV} ./${PROG}
|
|
|
|
|
|
|
|
.include <bsd.regress.mk>
|