Add test makefile for easy execution
This commit is contained in:
@@ -23,6 +23,17 @@
|
||||
"group": {
|
||||
"kind": "build",
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "run test make",
|
||||
"type": "shell",
|
||||
"command": "wsl make -f Test.mk test_${input:project}",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/Tests"
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputs": [
|
||||
|
Reference in New Issue
Block a user