blob: 31c3ea0f4e6cdb6b3b99177ab56bb5c5fe5e913c [file] [log] [blame]
# Copyright 2024 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.
source_set("assert") {
testonly = true
sources = [
"assert_c.c",
"assert_cpp.cc",
"utils.cc",
]
deps = [ "//zircon/system/ulib/zxtest" ]
}