Add test makefile for easy execution

This commit is contained in:
Jaby
2022-09-12 22:18:56 +02:00
parent a134fef281
commit 2542c0dab5
2 changed files with 18 additions and 0 deletions

View File

@@ -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": [