blob: d49354b6e6759ee01f022c2f01c628cda73759cc [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("188.ammp") {
testonly = true
sources = [
"src/ammp.c",
"src/analyze.c",
"src/angle.c",
"src/animate.c",
"src/anonbon.c",
"src/atoms.c",
"src/bonds.c",
"src/box.c",
"src/eval.c",
"src/gsdg.c",
"src/hybrid.c",
"src/math.c",
"src/mom.c",
"src/monitor.c",
"src/noel.c",
"src/optimist.c",
"src/random.c",
"src/rectmm.c",
"src/restrain.c",
"src/significance.c",
"src/tailor.c",
"src/tether.c",
"src/tgroup.c",
"src/torsion.c",
"src/tset.c",
"src/unonbon.c",
"src/variable.c",
"src/vnonbon.c",
]
defines = [ "SPEC_CPU2000" ]
cflags_c = [
"-Wno-comment",
"-Wno-format",
"-Wno-implicit-function-declaration",
"-Wno-implicit-int",
"-Wno-parentheses-equality",
"-Wno-return-type",
"-Wno-self-assign",
"-Wno-unused-label",
"-Wno-unused-variable",
]
data = [
"data/ref/input/ammp.in",
]
}