run-num-fuzzer.isolate 494 Bytes
Newer Older
1 2 3 4 5
# Copyright 2017 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': {
6
    'command': [
7
      'run-num-fuzzer.py',
8
    ],
9
    'files': [
10
      'run-num-fuzzer.py',
11 12 13 14 15
    ],
  },
  'includes': [
    'testrunner/testrunner.isolate',
    '../src/d8.isolate',
16
    '../test/benchmarks/benchmarks.isolate',
17 18 19 20
    '../test/mjsunit/mjsunit.isolate',
    '../test/webkit/webkit.isolate',
  ],
}