Add tesks to build tests

pull/32/head
Geoffrey Merck 4 years ago
parent 4714bcb6b5
commit f11edfdfd8

18
.vscode/tasks.json vendored

@ -7,11 +7,25 @@
"label": "Build",
"type": "shell",
"command": "make",
"args": ["-j3"],
"args": [
"-j3"
],
"group": {
"kind": "build",
"isDefault": true
}
},
"problemMatcher": []
},
{
"label": "Build Tests",
"type": "shell",
"command": "make",
"args": [
"-j3",
"tests"
],
"group": "build",
"problemMatcher": []
}
]
}
Loading…
Cancel
Save

Powered by TurnKey Linux.