make test

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-14 12:58:17 -06:00
parent a502f839a1
commit 7c14bddce3
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