~jonas-drange/ubuntu-push/lp1554547-automatic

« back to all changes in this revision

Viewing changes to Makefile

fix broken tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
GODEPS += code.google.com/p/gosqlite/sqlite3
14
14
GODEPS += code.google.com/p/go-uuid/uuid
15
15
 
16
 
GOTEST := ./scripts/goctest
 
16
# cgocheck=0 is a workaround for lp:1555198
 
17
GOTEST := GODEBUG=cgocheck=0 ./scripts/goctest
17
18
 
18
19
TOTEST = $(shell env GOPATH=$(GOPATH) go list $(PROJECT)/...|grep -v acceptance|grep -v http13client )
19
20
TOBUILD = $(shell grep -lr '^package main')