freebsd-dev/lib/libcrypt/tests/Makefile
Simon J. Gerraty 62b43b7f0d Simple unit-tests for libcrypt, to show how easy it is.
Approved by:	marcel (mentor)
2012-11-07 22:03:59 +00:00

11 lines
135 B
Makefile

# $FreeBSD$
# exercise libcrypt
TESTS_C= crypt_tests
CFLAGS+= -I${.CURDIR:H}
LDADD+= -L${.OBJDIR:H} -lcrypt
.include <atf.test.mk>