Add simulation screen tests

This commit is contained in:
Zachary Yedidia
2020-06-20 18:24:12 -04:00
parent a9ca57af6e
commit d0b75bc09f
9 changed files with 389 additions and 17 deletions

View File

@@ -64,6 +64,7 @@ testgen:
test:
go test ./internal/...
go test ./cmd/...
bench:
for i in 1 2 3; do \