blob: 41f3420a864e477968ee54394cebff98a91ed754 [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")
import("//build/testing/environments.gni")
package("auth_lib_unittests") {
testonly = true
deps = [
"cache:cache",
"store:store",
]
tests = [
{
name = "auth_cache_lib_test"
environments = basic_envs
},
{
name = "auth_store_lib_test"
environments = basic_envs
},
]
}