freebsd-dev/crypto/openssh/regress/unittests/conversion/Makefile

16 lines
384 B
Makefile
Raw Normal View History

2018-05-06 12:27:04 +00:00
# $OpenBSD: Makefile,v 1.2 2017/12/21 00:41:22 djm Exp $
2017-08-03 10:10:20 +00:00
PROG=test_conversion
SRCS=tests.c
2018-05-06 12:27:04 +00: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
2017-08-03 10:10:20 +00:00
REGRESS_TARGETS=run-regress-${PROG}
run-regress-${PROG}: ${PROG}
env ${TEST_ENV} ./${PROG}
.include <bsd.regress.mk>