blob: 1b1c7ac73b1b93f1ed32855e31f13d5a96e582d8 [file] [log] [blame]
# Copyright 2017 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("test") {
testonly = true
sources = [
"fake_task_runner.cc",
"fake_task_runner.h",
]
public_deps = [
"//garnet/public/lib/fxl",
]
}
# Generic main entry point target for GTest executables.
source_set("gtest_main") {
testonly = true
sources = [
"run_all_unittests.cc",
]
deps = [
"//garnet/public/lib/fxl",
]
public_deps = [
"//third_party/googletest:gtest",
]
}