tests: remove testsdata symlinks

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2026-02-23 12:32:05 -07:00
parent 4ed77a940c
commit 8855e16230
No known key found for this signature in database
GPG key ID: B4CB507E51F8B89C
21 changed files with 50 additions and 50 deletions

View file

@ -105,7 +105,7 @@
"lhs": "${hostSystemName}",
"rhs": "Darwin"
},
"configurePreset": "macos"
"configurePreset": "macos"
},
{
"name": "macos_universal",
@ -141,7 +141,8 @@
"name": "base",
"hidden": true,
"output": {
"outputOnFailure": true
"outputOnFailure": true,
"verbosity": "extra"
},
"execution": {
"noTestsAction": "error"
@ -152,11 +153,11 @@
}
}
},
{
"name": "linux",
{
"name": "linux",
"displayName": "Linux",
"inherits": [
"base"
"base"
],
"condition": {
"type": "equals",
@ -165,11 +166,11 @@
},
"configurePreset": "linux"
},
{
"name": "macos",
{
"name": "macos",
"displayName": "macOS",
"inherits": [
"base"
"base"
],
"condition": {
"type": "equals",
@ -178,11 +179,11 @@
},
"configurePreset": "macos"
},
{
"name": "macos_universal",
{
"name": "macos_universal",
"displayName": "macOS (Universal Binary)",
"inherits": [
"base"
"base"
],
"condition": {
"type": "equals",
@ -191,11 +192,11 @@
},
"configurePreset": "macos_universal"
},
{
"name": "windows_mingw",
{
"name": "windows_mingw",
"displayName": "Windows (MinGW)",
"inherits": [
"base"
"base"
],
"condition": {
"type": "equals",
@ -204,11 +205,11 @@
},
"configurePreset": "windows_mingw"
},
{
"name": "windows_msvc",
{
"name": "windows_msvc",
"displayName": "Windows (MSVC)",
"inherits": [
"base"
"base"
],
"condition": {
"type": "equals",