blob: 32d985342bd7cff55b3ce3c488ce948172b3c711 [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("256.bzip2") {
sources = [
"src/bzip2.c",
"src/spec.c",
]
defines = [ "SPEC_CPU2000_LP64" ]
cflags_c = [
"-Wno-implicit-function-declaration",
"-Wno-tautological-pointer-compare",
]
data = [
"data/ref/input/input.source",
"data/ref/input/input.graphic",
"data/ref/input/input.program",
]
}