summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2010-01-12 05:55:20 -0500
committerSteve Dickson <steved@redhat.com>2010-01-12 05:55:20 -0500
commit80c537374acc08027dc4853c1801485be6684e6f (patch)
tree95a5502c7805aa9eeec553026faac8f45a05b914 /configure.ac
parenta8449be2ab58d67d5028a280f94e661358b58e97 (diff)
downloadnfs-utils-80c537374acc08027dc4853c1801485be6684e6f.tar.gz
nfs-utils-80c537374acc08027dc4853c1801485be6684e6f.tar.xz
nfs-utils-80c537374acc08027dc4853c1801485be6684e6f.zip
nfs-utils: introduce new statd testing simulator
rpc.statd is often prone to subtle, difficult to detect breakage. When it has problems, they're often invisible and only manifest themselves as failed lock recovery. This program is intended to function as part of a test harness for statd. It's a multicall binary that serves as a synthetic NSM client program, and a daemon that can simulate lockd for purposes of testing the NSM to NLM downcall. A new top level "tests/" directory is also added to nfs-utils to start as a repository for automated tests of nfs-utils components. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1c79b21..ea6f4d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -417,6 +417,8 @@ AC_CONFIG_FILES([
utils/nfsd/Makefile
utils/nfsstat/Makefile
utils/showmount/Makefile
- utils/statd/Makefile])
+ utils/statd/Makefile
+ tests/Makefile
+ tests/nsm_client/Makefile])
AC_OUTPUT