blob: 31fd945c860d2722389ca2d7e01da9330ef91c9a [file] [log] [blame]
# Copyright 2019 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/test.gni")
group("cloud_provider_in_memory") {
testonly = true
deps = [
"bin",
"lib",
]
}
test("cloud_provider_in_memory_unittests") {
testonly = true
deps = [
"lib:unittests",
"//src/ledger/bin/testing:gtest_main",
]
configs += [ "//src/ledger:ledger_config" ]
}