code-generator: smoke test _example by compiling

This commit is contained in:
Dr. Stefan Schimanski 2017-11-14 12:07:23 +01:00
parent da76ee514c
commit c0707fc246

View File

@ -47,3 +47,7 @@ else
echo "${DIFFROOT} is out of date. Please run hack/update-codegen.sh"
exit 1
fi
# smoke test
echo "Smoke testing _example by compiling..."
go build ${SCRIPT_ROOT}/_example/...