add check/test rules

This commit is contained in:
Mike Frysinger
2008-03-24 06:10:40 +00:00
parent 02e7e1b988
commit 9ed5d28d15
8 changed files with 16 additions and 4 deletions

View File

@@ -71,5 +71,7 @@ install: all
${INSTALL} -m ${PAMMODE} start-stop-daemon.pam ${DESTDIR}${PAMDIR}/start-stop-daemon; \
fi
check test::
links: rc
for l in ${ALL_LINKS}; do ln -sf rc $$l || exit $$? ; done