adds quantum_keeper_mt test
Some checks failed
SCC Test/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-25 06:53:11 +01:00
parent bd032c08ce
commit 3082b3c98b
5 changed files with 29 additions and 10 deletions

5
.vscode/launch.json vendored
View File

@@ -8,7 +8,10 @@
"type": "gdb",
"request": "launch",
"name": "quantum_keeper_mt",
"program": "${workspaceFolder}/build/Debug/tests/quantum_keeper_mt/quantum_keeper_mt"
"program": "${workspaceFolder}/build/Debug/tests/quantum_keeper_mt/quantum_keeper_mt",
"environment": {
"SCC_TEST_VERBOSE": "7"
}
},
{
"name": "cppdbg quantum_keeper_mt",