tint: TINT_EMIT_COVERAGE -> DAWN_EMIT_COVERAGE
Change-Id: Ic215fba55238d89f9790f071361e29fddfc3624d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116340 Commit-Queue: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
011e95a2ff
commit
fe0c2a73e7
|
@ -7,7 +7,7 @@ Requirements:
|
|||
|
||||
## Building Tint with coverage generation enabled
|
||||
|
||||
Follow the steps [to build Tint with CMake](../README.md), but include the additional `-DTINT_EMIT_COVERAGE=1` CMake flag.
|
||||
Follow the steps [to build Tint with CMake](../README.md), but include the additional `-DDAWN_EMIT_COVERAGE=1` CMake flag.
|
||||
|
||||
## Generate coverage information
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ LLVM_PROFILE_FILE="${PROFRAW_FILE}" "$@"
|
|||
# Check that coverage information was generated
|
||||
if [ ! -f "$PROFRAW_FILE" ]; then
|
||||
echo "lcov.info was not generated. Is coverage generation enabled?"
|
||||
echo "To enable, run cmake with -DTINT_EMIT_COVERAGE=1".
|
||||
echo "To enable, run cmake with -DDAWN_EMIT_COVERAGE=1".
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue