a91d043dd4
Since we have only unittests that are under GoogleTestSuite there is no need to keep it as a default suite and we can make it specific for unittests. Bug: v8:6917 Change-Id: Ie2d57342773f228dea72184ab0f2abfc9d2daa70 Reviewed-on: https://chromium-review.googlesource.com/819253 Commit-Queue: Michał Majewski <majeski@google.com> Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#50011}
17 lines
416 B
Plaintext
17 lines
416 B
Plaintext
# 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': {
|
|
'files': [
|
|
'<(PRODUCT_DIR)/unittests<(EXECUTABLE_SUFFIX)',
|
|
'./testcfg.py',
|
|
'./unittests.status',
|
|
],
|
|
},
|
|
'includes': [
|
|
'../../src/base.isolate',
|
|
'../../tools/testrunner/testrunner.isolate',
|
|
],
|
|
}
|