From 6492cac6dd3995535bd7ddd7ab11ca5047967ada Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 26 Mar 2012 16:08:21 +1100 Subject: [PATCH] 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 --- src/run.bash | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/run.bash b/src/run.bash index ff2e88f004..ddd55826f7 100755 --- a/src/run.bash +++ b/src/run.bash @@ -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 -- 2.50.0