test fixes

This commit is contained in:
Jorijn van der Graaf 2025-11-01 06:50:41 +01:00
commit c63f3430a5
12 changed files with 4207 additions and 118 deletions

View file

@ -23,6 +23,11 @@
"extends": ["base"],
"type":"library"
},
{
"name": "lib-shared",
"extends": ["base"],
"type":"shared-library"
},
{
"name": "lib-debug",
"extends": ["lib"],
@ -36,7 +41,7 @@
"dependencies": [
{
"path":"./project.json",
"configuration":"lib"
"configuration":"lib-shared"
}
]
}