# 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", | |
] | |
} |