blob: 56667c20215b51786e6d6a73420b71a857854ea1 [file] [log] [blame]
# Copyright 2015 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'variables': {
'command': [
'../run-tests.py',
],
'files': [
'<(PRODUCT_DIR)/v8_build_config.json',
'../run-tests.py',
'./'
],
},
'conditions': [
['coverage==1 and sanitizer_coverage=="bb,trace-pc-guard"', {
'variables': {
'files': [
'../sanitizers/sancov_merger.py',
'../../third_party/llvm/projects/compiler-rt/lib/sanitizer_common/scripts/sancov.py',
],
},
}],
],
}