1# Copyright 2020 the V8 project authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("../../gni/v8.gni")
6
7v8_executable("v8_fuzzilli_test") {
8  testonly = true
9
10  sources = [
11    "libreprl.c",
12    "libreprl.h",
13    "main.cc",
14  ]
15
16  configs = []
17
18  deps = []
19
20  data = []
21}
22