Breaking things out, adding test, all that good crap
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
CLEAN_GOPATH := $(shell echo $(GOPATH) | tr ":" "\n" | grep -v '^$$' | grep -v $(PWD) | tr "\n" ":")
|
||||
GOPATH := $(PWD):$(CLEAN_GOPATH)
|
||||
PACKAGES := meatballhat.com/algs4-gcd
|
||||
PACKAGES := \
|
||||
meatballhat.com/algs4 \
|
||||
meatballhat.com/algs4-gcd
|
||||
|
||||
test: build
|
||||
go test $(PACKAGES)
|
||||
|
Reference in New Issue
Block a user