blob: 6c1928286df1ccc63b832ee8e2e34fe9da123686 [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"
},
]
}