Lines Matching refs:build
7 # testBuild - invoke Makefile with the right options to build the test spec
14 build=$1
18 echo "Building gen-$build ..."
20 # Clean existing build, if any
21 rm -rf build_tests/gen-$build
24 ./makeSpec -spec $options -genpath build_tests/gen-$build -test html
51 for build in core core-1.0 hic hic-1.0 copy2-1.0 all all-1.0; do
52 echo "Verifying gen-$build is as expected..."
53 if ! diff build_tests/expectations/$build.html build_tests/gen-$build/out/html/vkspec.html; then