blob: fd5df04cc9fcf3c5a1a064b11a8ab75d502a855c [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("cprng") {
sources = [
"cprng.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxtest",
]
}