mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-04-21 22:27:49 -04:00
This adds the required build infrastructure and adds tests for two functions related to GetItfDnsDomains(). Change-Id: I33583e51e1143c53fbe0aef16546fa3f602b17c0 Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1459 Message-Id: <20260119215058.27888-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg35345.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
5 lines
105 B
Makefile
5 lines
105 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
if ENABLE_UNITTESTS
|
|
SUBDIRS = example_test openvpn openvpnserv plugins
|
|
endif
|