]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs-utils: add initial tests for statd that run via "make check"
authorJeff Layton <jlayton@redhat.com>
Tue, 12 Jan 2010 01:27:54 +0000 (20:27 -0500)
committerSteve Dickson <steved@redhat.com>
Tue, 12 Jan 2010 11:01:29 +0000 (06:01 -0500)
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>

No differences found