Add a note about skipping the self-test.

This commit is contained in:
Matthias Andree 2011-01-08 10:07:21 +00:00
parent f9b85c98f1
commit 25c9695900
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267509

View File

@ -70,6 +70,7 @@ post-build:
cd ${WRKSRC}/plugin/auth-pam && ${CC} ${CPPFLAGS} -I../.. -DDLOPEN_PAM=0 ${CFLAGS} -fPIC -shared -Wl,-soname,openvpn-auth-pam.so -o openvpn-auth-pam.so auth-pam.c pamdl.c -lc -lpam
@# self-tests here
.if !defined(WITHOUT_CHECK)
@${ECHO} ; ${ECHO} "### Note that you can skip these lengthy selftests with WITHOUT_CHECK=yes ###" ; ${ECHO}
cd ${WRKSRC} && ${MAKE} check
.endif