This commit is contained in:
Jarred Sumner
2021-04-21 16:40:34 -07:00
parent 9d8f5996d4
commit ad46a05ea5
8 changed files with 273 additions and 119 deletions

5
.vscode/tasks.json vendored
View File

@@ -5,7 +5,7 @@
"label": "build",
"type": "shell",
"command": "zig build",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
@@ -24,9 +24,10 @@
},
{
"label": "test",
"type": "process",
"type": "shell",
"command": "zig",
"args": ["test", "${file}", "-femit-bin=zig-cache/bin/test"],
"group": {
"kind": "test",
"isDefault": true