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