blob: 82d88997a879e4103c049809be1228ad7efafe19 [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("181.mcf") {
testonly = true
sources = [
"src/implicit.c",
"src/mcf.c",
"src/mcfutil.c",
"src/output.c",
"src/pbeampp.c",
"src/pbla.c",
"src/pflowup.c",
"src/psimplex.c",
"src/pstart.c",
"src/readmin.c",
"src/treeup.c",
]
defines = [ "WANT_STDC_PROTO" ]
data = [
"data/ref/input/inp.in",
]
}