~nskaggs/+junk/xenial-test

« back to all changes in this revision

Viewing changes to src/github.com/juju/utils/Makefile

  • Committer: Nicholas Skaggs
  • Date: 2016-10-24 20:56:05 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20161024205605-z8lta0uvuhtxwzwl
Initi with beta15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PROJECT := github.com/juju/utils
 
2
 
 
3
check-licence:
 
4
        @(fgrep -rl "Licensed under the LGPLv3" .;\
 
5
                fgrep -rl "MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT" .;\
 
6
                find . -name "*.go") | sed -e 's,\./,,' | sort | uniq -u | \
 
7
                xargs -I {} echo FAIL: licence missed: {}
 
8
 
 
9
check: check-licence
 
10
        go test $(PROJECT)/...
 
 
b'\\ No newline at end of file'