re-enable Tint testing

Fix a typo in CMake variable naming

Change-Id: I46049669f5fdcf07cbfb2ec11ad99de212a8edc4
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/35301
Commit-Queue: David Neto <dneto@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Auto-Submit: David Neto <dneto@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
David Neto 2020-12-09 18:15:30 +00:00 committed by Commit Bot service account
parent 5213c400eb
commit c82eeeef07
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ if (${TINT_BUILD_FUZZERS})
target_link_options(libtint-fuzz PUBLIC -fsanitize=fuzzer -fsanitize-coverage=trace-cmp)
endif()
if(${TEST_BUILD_TESTS})
if(${TINT_BUILD_TESTS})
set(TINT_TEST_SRCS
ast/array_accessor_expression_test.cc
ast/assignment_statement_test.cc