mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Change placement of the fuzzer executable
This commit is contained in:
parent
7227a0913f
commit
a3e2a1f07f
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -100,7 +100,7 @@
|
||||
"name": "Fuzzer",
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/tests/elfio_fuzzer",
|
||||
"program": "${workspaceFolder}/build/tests/elfio_fuzzer",
|
||||
"args": [
|
||||
"oom-7ff496ad1166860893dba1121d088da4ce9fef65"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user