Re-enable smoke tests in verify-codegen script

The smoke tests were not being run for the example projects.  Re-enabled
the smoke tests by building each of the sample projects.
pull/58/head
James Sturtevant 2018-09-24 14:43:50 -07:00
parent 5d7bd65ae1
commit 798bd34090
1 changed files with 3 additions and 1 deletions

View File

@ -50,4 +50,6 @@ fi
# smoke test
echo "Smoke testing _example by compiling..."
go build ${SCRIPT_ROOT}/_example/...
go build ./${SCRIPT_ROOT}/_examples/crd/...
go build ./${SCRIPT_ROOT}/_examples/apiserver/...
go build ./${SCRIPT_ROOT}/_examples/MixedCase/...