diff options
author | David Timber <mieabby@gmail.com> | 2020-09-04 11:32:28 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-04 11:32:28 +0930 |
commit | 3a43c5e6e2afbd0bbcd38d223ce3b41dbe2f5a9f (patch) | |
tree | bf62e2de5944f65cf5eb008acf422d8f6868b077 /.vscode/tasks.json | |
parent | 1aa37a98e47335e283d08a7798bd8e0d2eda7227 (diff) |
* Revision htbt_host_cred format
* Rewrite proto_test accordingly
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" } ] } |