assembly buffer tests

This commit is contained in:
John Smith
2023-06-23 15:55:02 -04:00
parent 296ca5cadb
commit b2bd4bcbbd
3 changed files with 379 additions and 4 deletions

22
.vscode/launch.json vendored
View File

@@ -103,6 +103,28 @@
],
"cwd": "${workspaceFolder}/target/debug/"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug veilid-tools unit test",
"cargo": {
"args": [
"test",
"--no-run",
"--features=rt-tokio",
"--manifest-path",
"veilid-tools/Cargo.toml"
],
"filter": {
"kind": "cdylib",
"name": "veilid-tools"
}
},
"args": [
"${selectedText}"
],
"cwd": "${workspaceFolder}/target/debug/"
},
{
"type": "lldb",
"request": "launch",