From 4f8afab8f17cacdfb65b03e32320d334a35f9055 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 22 Aug 2015 20:19:41 +0200 Subject: [PATCH] tests: include proxyproto-unix-test to the test suite --- tests/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 99d5931c..8eb34577 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,8 @@ dist_check_SCRIPTS = test-pass test-pass-cert test-cert test-iroute test-pass-sc ocpasswd-test test-pass-group-cert-no-pass unix-test test-pass-opt-cert \ test-cookie-timeout test-cookie-timeout-2 radius-test test-explicit-ip \ radius-test test-gssapi kerberos-test pam-test test-ban test-sighup \ - test-cookie-invalidation radius-test-config test-enc-key proxyproto-test + test-cookie-invalidation radius-test-config test-enc-key proxyproto-test \ + proxyproto-unix-test AM_CPPFLAGS = \ @@ -48,7 +49,8 @@ TESTS = test-pass test-pass-cert test-cert test-iroute test-pass-script \ ocpasswd-test test-pass-group-cert-no-pass unix-test test-pass-opt-cert \ test-cookie-timeout test-cookie-timeout-2 test-explicit-ip radius-test \ test-gssapi kerberos-test pam-test test-ban test-sighup ipv4-prefix \ - radius-test-config kkdcp-parsing json-escape test-enc-key proxyproto-test + radius-test-config kkdcp-parsing json-escape test-enc-key proxyproto-test \ + proxyproto-unix-test TESTS_ENVIRONMENT = srcdir="$(srcdir)" \ top_builddir="$(top_builddir)"