Support 'make check OPENCONNECT=/usr/sbin/openconnect' to run the test
suite as a CI test against the already-installed copy of openconnect.
Signed-off-by: Mike Miller <mtmiller@debian.org>
export SOCKET_WRAPPER_DIR=$SOCKDIR
export SOCKET_WRAPPER_DEFAULT_IFACE=2
ADDRESS=127.0.0.$SOCKET_WRAPPER_DEFAULT_IFACE
-OPENCONNECT="${top_builddir}/openconnect"
+OPENCONNECT="${OPENCONNECT:-${top_builddir}/openconnect}"
certdir="${srcdir}/certs"
confdir="${srcdir}/configs"