summaryrefslogtreecommitdiff
path: root/chromium/v8/test/test262/BUILD.gn
blob: 334511168d76002ce47f96c49a7641cff6455a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2016 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.

group("v8_test262") {
  testonly = true

  data_deps = [
    "../..:d8",
    "../../tools:v8_testrunner",
  ]

  data = [
    "data/",
    "detachArrayBuffer.js",
    "harness/",
    "harness-adapt.js",
    "harness-agent.js",
    "test262.status",
    "testcfg.py",
    "local-tests/",
  ]
}