From 7ad5f3bfd8b57d2f4c001182792e25968309ca8a Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 5 Aug 2013 16:10:10 -0400 Subject: Add hostrealm interface tests Create a test module for the hostrealm interface, a harness to call the realm mapping functions and display their results, and a Python script to exercise the functionality of the interface and each module (except the dns module, which we cannot easily test since it relies on TXT records in the public DNS). ticket: 7687 --- src/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/configure.in') diff --git a/src/configure.in b/src/configure.in index b2802baee9..81c684d16d 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1357,6 +1357,7 @@ dnl ccapi ccapi/lib ccapi/lib/unix ccapi/server ccapi/server/unix ccapi/test kdc slave config-files build-tools man doc include + plugins/hostrealm/test plugins/locate/python plugins/localauth/test plugins/kadm5_hook/test -- cgit