blob: 73cb368ab424f9e02476152d590b57d95418b434 [file] [log] [blame]
# Copyright 2016 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("179.art") {
testonly = true
sources = [
"src/scanner.c",
]
defines = [ "SPEC_CPU2000" ]
cflags_c = [
"-Wno-format",
"-Wno-implicit-function-declaration",
]
data = [
"data/ref/input/a10.img",
"data/ref/input/c756hel.in",
"data/ref/input/hc.img",
]
}