blob: ea2c94914ea851bae2ad57e8b411a90bc214e1e7 [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.
source_set("drm_test_runner") {
testonly = true
sources = [ "drm_tests_main.cc" ]
deps = [
"../tests/helper:platform_device_helper",
"//third_party/googletest:gtest",
]
}