added xunit and a few tests with gdunit

This commit is contained in:
2026-02-20 15:41:43 +01:00
parent 6101406f45
commit 4474ba22fa
16 changed files with 1673 additions and 129 deletions

5
global.json Normal file
View File

@@ -0,0 +1,5 @@
{
"test": {
"runner": "Microsoft.Testing.Platform"
}
}