change buidl task to tests #44

develop
Geoffrey Merck 2 years ago
parent 1c4f9dd030
commit 72ae922a1c

10
.vscode/tasks.json vendored

@ -13,10 +13,7 @@
"USE_GPSD=1", "USE_GPSD=1",
"all" "all"
], ],
"group": { "group": "build",
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
}, },
{ {
@ -94,7 +91,10 @@
"ENABLE_DEBUG=1", "ENABLE_DEBUG=1",
"USE_GPSD=1" "USE_GPSD=1"
], ],
"group": "build", "group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
} }
] ]

Loading…
Cancel
Save

Powered by TurnKey Linux.