This patch also includes the previous patches from Sevla to make the dependency
from these patches clear. Patch 0/3 can be squashed into 2/5 as it is only a 
minor
fixup of that patch.

The Github actions could probably made a little bit nicer, eg by static 
compiling
and requiring copying less dlls but since these binaries are not meant to be
distributed, I don't think it is an issue.

Arne Schwabe (3):
  Do not run check_engine test when crosscompiling
  Add missing stdint.h includes in unit tests files
  Add building unit tests with mingw to github actions

Selva Nair (2):
  Conditionally add subdir-objects option to automake
  Build unit tests in mingw Windows build

 .github/workflows/build.yaml              | 110 +++++++++++++++++++++-
 configure.ac                              |  17 +++-
 tests/Makefile.am                         |   3 +
 tests/unit_tests/engine-key/Makefile.am   |   2 +
 tests/unit_tests/example_test/Makefile.am |   2 +
 tests/unit_tests/example_test/test.c      |   1 +
 tests/unit_tests/example_test/test2.c     |   1 +
 tests/unit_tests/openvpn/Makefile.am      |  28 +++++-
 tests/unit_tests/openvpn/mock_msg.c       |   1 +
 9 files changed, 157 insertions(+), 8 deletions(-)

-- 
2.37.1 (Apple Git-137.1)



_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to