blob: 46f5edc41c329e0843161ad4f561a3da5e65d3e2 [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/components.gni")
import("//build/test.gni")
test("scenic_cpp_unittests") {
sources = [
"fake_flatland_unittests.cc",
"view_identity_test.cc",
"view_ref_pair_test.cc",
"view_token_pair_test.cc",
]
deps = [
"//sdk/fidl/fuchsia.ui.views:fuchsia.ui.views_hlcpp",
"//sdk/lib/ui/scenic/cpp",
"//sdk/lib/ui/scenic/cpp/testing",
"//src/lib/fxl/test:gtest_main",
"//src/lib/testing/loop_fixture",
]
}
fuchsia_unittest_package("scenic_cpp_tests") {
deps = [ ":scenic_cpp_unittests" ]
}