diff options
| author | Rob Pike <r@golang.org> | 2008-11-18 14:12:14 -0800 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2008-11-18 14:12:14 -0800 |
| commit | d4953725099792e625decc1a812bff44356dce37 (patch) | |
| tree | ad73a6395e0d4f3e269d16d7757575d768723c14 /src/cmd/make.bash | |
| parent | 6b7dd4c0207f92b1398f3a1f3436424c182501e0 (diff) | |
| download | go-d4953725099792e625decc1a812bff44356dce37.tar.xz | |
new gotest shell script (will be a proper command some day, probably)
automates construction and execution of unit tests.
R=rsc
DELTA=60 (58 added, 0 deleted, 2 changed)
OCL=19482
CL=19484
Diffstat (limited to 'src/cmd/make.bash')
| -rw-r--r-- | src/cmd/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/make.bash b/src/cmd/make.bash index 280ae34c12..1e29ae76b5 100644 --- a/src/cmd/make.bash +++ b/src/cmd/make.bash @@ -12,7 +12,7 @@ bash mkenam make enam.o cd .. -for i in cc 6l 6a 6c gc 6g ar db nm blyacc acid cov gobuild prof +for i in cc 6l 6a 6c gc 6g ar db nm blyacc acid cov gobuild prof gotest do echo; echo; echo %%%% making $i %%%%; echo cd $i |
