blob: 271adfb01cb1442911e80a83fbd0799cab125ced [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("183.equake") {
sources = [
"src/quake.c",
]
defines = [ "SPEC_CPU2000" ]
data = [
"data/ref/input/inp.in",
]
}