diff options
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 625efdb..f78549c 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -39,6 +39,12 @@ "label": "Build proone", "type": "shell", "command": "make -C ./src proone" + }, + + { + "label": "Build test_proto", + "type": "shell", + "command": "make -C ./src proone-test_proto" } ] } |