Skip to content

Commit eb77535

Browse files
committed
Update tasks
1 parent f2a3834 commit eb77535

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.vscode/tasks.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,44 @@
5656
"isDefault": true
5757
},
5858
"detail": "使用 just test 测试"
59+
},
60+
{
61+
"type": "shell",
62+
"label": "测试 framework",
63+
"command": "just",
64+
"args": [
65+
"test-fw"
66+
],
67+
"options": {
68+
"cwd": "${workspaceFolder}"
69+
},
70+
"problemMatcher": [
71+
"$gcc"
72+
],
73+
"group": {
74+
"kind": "test",
75+
"isDefault": false
76+
},
77+
"detail": "使用 just test-fw 测试 framework"
78+
},
79+
{
80+
"type": "shell",
81+
"label": "测试 xy.h",
82+
"command": "just",
83+
"args": [
84+
"test-xy"
85+
],
86+
"options": {
87+
"cwd": "${workspaceFolder}"
88+
},
89+
"problemMatcher": [
90+
"$gcc"
91+
],
92+
"group": {
93+
"kind": "test",
94+
"isDefault": false
95+
},
96+
"detail": "使用 just test-xy 测试 xy.h"
5997
}
6098
],
6199
"version": "2.0.0"

0 commit comments

Comments
 (0)