From: Jeff Layton Date: Tue, 12 Jan 2010 01:27:54 +0000 (-0500) Subject: nfs-utils: add initial tests for statd that run via "make check" X-Git-Tag: nfs-utils-1-2-2-rc5~2 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=3b2a15cc391a008b3c1f1c617b8224004b391004;hp=3b2a15cc391a008b3c1f1c617b8224004b391004 nfs-utils: add initial tests for statd that run via "make check" 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 Signed-off-by: Steve Dickson ---