blob: 10f2677d7e498cfd62f86baf1294470d17cc1f87 [file] [log] [blame]
# Copyright 2018 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.
import("//build/package.gni")
package("auth_lib_unittests") {
testonly = true
deps = [
"cache:cache",
"store:store",
]
tests = [
{ name = "auth_cache_lib_test" },
{ name = "auth_store_lib_test" },
]
}