blob: 9c69f32b60fb94dee0a7002c3078d763145c3605 [file] [log] [blame]
PROJECT := github.com/juju/utils
check-licence:
@(fgrep -rl "Licensed under the LGPLv3" .;\
fgrep -rl "MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT" .;\
find . -name "*.go") | sed -e 's,\./,,' | sort | uniq -u | \
xargs -I {} echo FAIL: licence missed: {}
check: check-licence
go test $(PROJECT)/...