Removed sublist, hash and hashmap, no longer needed.

This commit is contained in:
Derek Collison
2016-04-02 12:13:28 -07:00
parent fc3e345eb2
commit df02bc0bcf
21 changed files with 1071 additions and 2389 deletions

View File

@@ -5,11 +5,8 @@ rm -rf ./cov
mkdir cov
go test -v -covermode=atomic -coverprofile=./cov/auth.out ./auth
go test -v -covermode=atomic -coverprofile=./cov/conf.out ./conf
go test -v -covermode=atomic -coverprofile=./cov/hash.out ./hash
go test -v -covermode=atomic -coverprofile=./cov/hashmap.out ./hashmap
go test -v -covermode=atomic -coverprofile=./cov/log.out ./logger
go test -v -covermode=atomic -coverprofile=./cov/server.out ./server
go test -v -covermode=atomic -coverprofile=./cov/sublist.out ./sublist
go test -v -covermode=atomic -coverprofile=./cov/test.out ./test
gocovmerge ./cov/*.out > acc.out
rm -rf ./cov