Skip to content

Commit

Permalink
add test task for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
dmshvetsov committed Sep 8, 2023
1 parent 1b8b0e9 commit fa83830
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "test",
"type": "shell",
"command": "make test"
}
]
}

0 comments on commit fa83830

Please sign in to comment.