From 3a43c5e6e2afbd0bbcd38d223ce3b41dbe2f5a9f Mon Sep 17 00:00:00 2001 From: David Timber Date: Fri, 4 Sep 2020 11:32:28 +0930 Subject: * Revision htbt_host_cred format * Rewrite proto_test accordingly --- .vscode/tasks.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.vscode/tasks.json') 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" } ] } -- cgit