blob: 44fba285b475c5ffe00498e79b6090bdab8b4f6b [file] [log] [blame]
# Copyright 2018 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 = [
":unittests",
]
}
executable("unittests") {
output_name = "presentation_mode_unittests"
testonly = true
sources = [
"detector_unittest.cc",
]
deps = [
"//garnet/bin/ui/presentation_mode",
"//src/lib/fxl/test:gtest_main",
]
}