parent
a502f839a1
commit
7c14bddce3
|
@ -3,6 +3,9 @@
|
||||||
*.a
|
*.a
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
|
#test files
|
||||||
|
profile.cov
|
||||||
|
|
||||||
# Folders
|
# Folders
|
||||||
_obj
|
_obj
|
||||||
_test
|
_test
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -6,6 +6,10 @@ all:
|
||||||
@echo go-spew is a great tool. thanks dave!
|
@echo go-spew is a great tool. thanks dave!
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
test:
|
||||||
|
go test -v -race -tags safe ./
|
||||||
|
go test -v -race -tags testcgo ./ -covermode=atomic -coverprofile=profile.cov
|
||||||
|
|
||||||
redomod:
|
redomod:
|
||||||
rm -f go.*
|
rm -f go.*
|
||||||
GO111MODULE= go mod init
|
GO111MODULE= go mod init
|
||||||
|
|
Loading…
Reference in New Issue