blob: 78b0da0c7f44ad8dcbe12ff5dd4fc972e082c753 [file]
# 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.
source_set("range") {
public = [
"interval-tree.h",
"range.h",
]
sources = [ "range.cc" ]
public_deps = [ "//zircon/system/public" ]
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}