tests: include proxyproto-unix-test to the test suite

This commit is contained in:
Nikos Mavrogiannopoulos
2015-08-22 20:19:41 +02:00
parent 1b7e4c1075
commit 4f8afab8f1

View File

@@ -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)"