diff options
| author | Rob Pike <r@golang.org> | 2008-11-19 19:43:32 -0800 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2008-11-19 19:43:32 -0800 |
| commit | c0a01e966543dc1bdbbfe039c516098cc0e218cb (patch) | |
| tree | 8f80172f64f4aaf9d718cb13aefe2c2f55514522 /src/lib/http | |
| parent | 12254b6c0bc9d3f6689f12d64f7bd4cb4d20d53f (diff) | |
| download | go-c0a01e966543dc1bdbbfe039c516098cc0e218cb.tar.xz | |
refine gobuild: the files must be *_test.go not *test.go
this causes complications
R=rsc
DELTA=1724 (849 added, 856 deleted, 19 changed)
OCL=19667
CL=19667
Diffstat (limited to 'src/lib/http')
| -rw-r--r-- | src/lib/http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/Makefile b/src/lib/http/Makefile index 57b06192e0..193d6259bf 100644 --- a/src/lib/http/Makefile +++ b/src/lib/http/Makefile @@ -20,7 +20,7 @@ test: packages coverage: packages gotest - 6cov -g `pwd` | grep -v '^test.*\.go:' + 6cov -g `pwd` | grep -v '_test\.go:' %.$O: %.go $(GC) $*.go |
