fixes cci_example test
All checks were successful
SCC Test/pipeline/head This commit looks good

This commit is contained in:
2025-11-26 08:19:00 +01:00
parent e2e35f6c1a
commit d9a9693c77
2 changed files with 14 additions and 2 deletions

9
.vscode/launch.json vendored
View File

@@ -13,6 +13,15 @@
"SCC_TEST_VERBOSE": "7"
}
},
{
"type": "gdb",
"request": "launch",
"name": "cci-example",
"program": "${workspaceFolder}/build/Debug/tests/configuration/cci-example",
"environment": {
"SCC_TEST_VERBOSE": "7"
}
},
{
"name": "cppdbg quantum_keeper_mt",
"type": "cppdbg",