blob: cb1adf323adb1b7ab801082e68b38a97ca729dbc [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.
group("tests") {
testonly = true
public_deps = [
":view_manager_apptests",
]
}
executable("view_manager_apptests") {
output_name = "view_manager_apptests"
testonly = true
# TODO(MZ-177): These tests need to be rewritten for the new API.
# sources = [
# "view_manager_test.cc",
# ]
deps = [
"//garnet/bin/ui/view_manager:lib",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/gtest",
"//garnet/public/lib/ui/tests/mocks",
"//third_party/googletest:gtest_main",
]
}