commit | d90e7cbac65c5792ce312ee82fbe03a5dfc98c6f | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue Jun 09 09:53:44 2009 -0700 |
committer | Rob Pike <r@golang.org> | Tue Jun 09 09:53:44 2009 -0700 |
tree | 7032a11d0cac2ae4d3e90f7a189b575b5a50f848 | |
parent | bf5c0c957c3c3ea9add6cfd51b90c463cb4814b5 [diff] [blame] |
mv src/lib to src/pkg tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
diff --git a/src/run.bash b/src/run.bash index 85bd286..1de6aaf 100755 --- a/src/run.bash +++ b/src/run.bash
@@ -24,13 +24,13 @@ } maketest \ - lib \ + pkg \ # all of these are subtly different # from what maketest does. -(xcd lib/sync; +(xcd pkg/sync; make clean; time make GOMAXPROCS=10 make test