Commit 6492cac6 authored by Rob Pike's avatar Rob Pike

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
parent 0b762d95
...@@ -74,6 +74,13 @@ make clean ...@@ -74,6 +74,13 @@ make clean
./test.bash ./test.bash
) || exit $? ) || exit $?
(xcd ../doc/codewalk
# TODO: test these too.
go build pig.go
go build urlpoll.go
rm -f pig urlpoll
) || exit $?
echo echo
echo '#' ../misc/dashboard/builder ../misc/goplay echo '#' ../misc/dashboard/builder ../misc/goplay
go build ../misc/dashboard/builder ../misc/goplay go build ../misc/dashboard/builder ../misc/goplay
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment