blob: c2a8e713fcfdc1c6447db3156cc21b74b2f25c04 [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",
"//third_party/googletest:gtest_main",
]
}