xref: /freebsd/lib/libcrypt/tests/Makefile (revision 62b43b7f0d847bb8462f6da53622f1c723706a44)
1*62b43b7fSSimon J. Gerraty# $FreeBSD$
2*62b43b7fSSimon J. Gerraty
3*62b43b7fSSimon J. Gerraty# exercise libcrypt
4*62b43b7fSSimon J. Gerraty
5*62b43b7fSSimon J. GerratyTESTS_C= crypt_tests
6*62b43b7fSSimon J. Gerraty
7*62b43b7fSSimon J. GerratyCFLAGS+= -I${.CURDIR:H}
8*62b43b7fSSimon J. GerratyLDADD+= -L${.OBJDIR:H} -lcrypt
9*62b43b7fSSimon J. Gerraty
10*62b43b7fSSimon J. Gerraty.include <atf.test.mk>
11