blob: 717f75e140c3016cff037751e6203ba9247198bf [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.
executable("ledger_lib_unittests") {
testonly = true
deps = [
"//src/ledger/lib/coroutine:unittests",
"//src/ledger/lib/coroutine/context:unittests",
"//src/ledger/lib/firebase_auth:unittests",
"//src/ledger/lib/firebase_auth/testing:unittests",
"//third_party/googletest:gtest_main",
]
}