Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pdate addres for Free Software Foundation | NeilBrown | 2011-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | License texts contain multiple address for FSF, some wrong. So update them and replace COPYING file with http://www.gnu.org/licenses/gpl-2.0.txt which has a few changes to preamble and commentary. Also remove extra COPYING file from utils/statd/ Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Steve Dickson <steved@redhat.com> | ||||
* | nfs-utils: add initial tests for statd that run via "make check" | Jeff Layton | 2010-01-12 | 1 | -0/+60 |
Leverage the support that automake already has for running tests via make check. Add a simple test that just checks that the statd mon and unmon calls actually work. Adding more tests should be a simple matter of adding new scripts exit 0 on success and non-zero on fail, and adding those to the Makefile.am. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com> |