blob: ccc6e5a92e097c3056b6c60df2f0b52f7056dd98 [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("tests") {
testonly = true
deprecated_system_image = true
package_name = "auth_provider_tests"
deps = [
":auth_provider_unittests",
]
tests = [
{
name = "auth_provider_unittests"
},
]
}
executable("auth_provider_unittests") {
testonly = true
deps = [
"//garnet/public/lib/fxl:fxl_printers",
"//topaz/auth_providers/google:unittests",
"//topaz/auth_providers/oauth:unittests",
"//topaz/auth_providers/spotify:unittests",
"//third_party/googletest:gtest_main",
]
}