blob: 19899b2f101a6e52eea97acadade464bcdc938a3 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
executable("evil") {
configs += [ "//build/unification/config:zircon-migrated" ]
output_name = "evil-tests"
sources = [ "evil.c" ]
deps = [
"//sdk/lib/fdio",
"//src/zircon/lib/zircon",
]
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}