blob: 65f42aa3809de8593620a3043d3b35507381a830 [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.
group("test") {
testonly = true
deps = [
":affine",
]
}
test("affine") {
sources = [
"ratio.cpp",
"transform.cpp",
]
deps = [
"$zx/system/ulib/affine",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fit",
"$zx/system/ulib/zxtest",
]
}