Compare commits

...

1 Commits

Author SHA1 Message Date
Jeff Carr 7c14bddce3 make test
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-14 12:58:17 -06:00
2 changed files with 7 additions and 0 deletions

3
.gitignore vendored
View File

@ -3,6 +3,9 @@
*.a
*.so
#test files
profile.cov
# Folders
_obj
_test

View File

@ -6,6 +6,10 @@ all:
@echo go-spew is a great tool. thanks dave!
@echo
test:
go test -v -race -tags safe ./
go test -v -race -tags testcgo ./ -covermode=atomic -coverprofile=profile.cov
redomod:
rm -f go.*
GO111MODULE= go mod init