| # Copyright 2020 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("testing") { | |
| testonly = true | |
| sources = [ | |
| "applets_loader_test_base.cc", | |
| "applets_loader_test_base.h", | |
| "test_applets.cc", | |
| "test_applets.h", | |
| ] | |
| deps = [ | |
| "//src/connectivity/weave/lib/applets_loader", | |
| "//third_party/googletest:gtest", | |
| ] | |
| } |