e8a8d32fb3
This commit adds the DotnetTest gbuild class to build a unit test suite using the .NET SDK and the NUnit testing framework. Also adds a DotnetTest target for the net_ure module, with unit tests for the Any type, as well as some minor changes to the Any type that came about when writing the test cases. Change-Id: Idbc08ac8f0736dd7355092dd1e69a5f1b4137c4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168956 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org> |
||
---|---|---|
.. | ||
qa/basetypes | ||
source/basetypes | ||
CustomTarget_net_oootypes.mk | ||
CustomTarget_net_uretypes.mk | ||
DotnetLibrary_net_basetypes.mk | ||
DotnetLibrary_net_oootypes.mk | ||
DotnetLibrary_net_uretypes.mk | ||
DotnetTest_net_basetypes_tests.mk | ||
Makefile | ||
Module_net_ure.mk | ||
Package_net_basetypes.mk | ||
Package_net_oootypes.mk | ||
Package_net_uretypes.mk | ||
README.md |
.NET UNO Runtime Environment
Support assemblies and tools for the newer cross-platform .NET UNO binding.
Currently only contains code for the net_basetypes
assembly in the source/basetypes subdirectory, as well as Makefiles to build the net_uretypes
(for udkapi
) and net_oootypes
(for offapi
) assemblies, using netmaker
from the codemaker/ module