mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 09:53:45 +08:00
VS code workspace: add unit tests
This commit is contained in:
17
.vscode/tasks.json
vendored
17
.vscode/tasks.json
vendored
@@ -16,6 +16,23 @@
|
||||
},
|
||||
"command": "cmake --build ."
|
||||
},
|
||||
{
|
||||
"label": "Build unit tests",
|
||||
"type": "shell",
|
||||
"problemMatcher": "$gcc",
|
||||
"group": "build",
|
||||
"linux": {
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/contrib/ports/unix/check/build"
|
||||
},
|
||||
},
|
||||
"windows": {
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/contrib/ports/win32/check/build"
|
||||
},
|
||||
},
|
||||
"command": "cmake --build ."
|
||||
},
|
||||
{
|
||||
"label": "Configure example_app",
|
||||
"type": "shell",
|
||||
|
||||
Reference in New Issue
Block a user