blob: f0faa6d75ee7f7cc4f554270f377542b84c9db06 [file] [log] [blame]
# Copyright 2019 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.
test("fpu") {
sources = [
"fputest.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
]
}