mirror of
https://github.com/golang/go
synced 2024-11-21 23:24:41 -07:00
run.bash: compile the codewalks
They could be tested but that requires more than seems wise right now. Update #2648. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5908054
This commit is contained in:
parent
0b762d9523
commit
6492cac6dd
@ -74,6 +74,13 @@ make clean
|
||||
./test.bash
|
||||
) || exit $?
|
||||
|
||||
(xcd ../doc/codewalk
|
||||
# TODO: test these too.
|
||||
go build pig.go
|
||||
go build urlpoll.go
|
||||
rm -f pig urlpoll
|
||||
) || exit $?
|
||||
|
||||
echo
|
||||
echo '#' ../misc/dashboard/builder ../misc/goplay
|
||||
go build ../misc/dashboard/builder ../misc/goplay
|
||||
|
Loading…
Reference in New Issue
Block a user