aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Neuhalfen2016-05-25 19:57:56 +0200
committerDavid Sommerseth2016-05-30 23:18:09 +0200
commit4507bb6cd11799f72f1ede602315a60e03bb449c (patch)
tree6815e87624690aac72a60ca9513c66e7c42960ce /configure.ac
parent40cb4cfc5d011102daec61ab39583cba0eeb3077 (diff)
downloadopenvpn-4507bb6cd11799f72f1ede602315a60e03bb449c.zip
openvpn-4507bb6cd11799f72f1ede602315a60e03bb449c.tar.gz
Add a test for auth-pam searchandreplace
No functional changes. Utility functions of auth-pam are split into a dedicated file. This allows the test programs to easily test these functions without adding dependencies. Add a minimal test for searchandreplace as a proof of concept. [ Modified during commit: Enhanced documentation of functions in utils.h to comply with doxygen standards ] Signed-off-by: Jens Neuhalfen <jens@neuhalfen.name> Acked-by: Steffan Karger <steffan@karger.me> Message-Id: <20160525175756.56186-3-openvpn-devel@neuhalfen.name> URL: http://article.gmane.org/gmane.network.openvpn.devel/11724 Signed-off-by: David Sommerseth <dazo@privateinternetaccess.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fb3fa3c..5e69f91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1230,6 +1230,8 @@ AC_CONFIG_FILES([
src/plugins/down-root/Makefile
tests/Makefile
tests/unit_tests/Makefile
+ tests/unit_tests/plugins/Makefile
+ tests/unit_tests/plugins/auth-pam/Makefile
tests/unit_tests/example_test/Makefile
vendor/Makefile
sample/Makefile