blob: 00db45e8292eae1f3a95cbc2b858aa5c1ae2f4d5 [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") {
testonly = true
sources = [
"src/quake.c",
]
defines = [ "SPEC_CPU2000" ]
data = [
"data/ref/input/inp.in",
]
}