blob: b28557234ee6f60d12a614664c925b072ef1f792 [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_driver("unit-test-fail") {
sources = [
"unit-test-fail.cc",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
]
}
test_driver("unit-test-pass") {
sources = [
"unit-test-pass.cc",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
]
}