| # Copyright 2024 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. |
| |
| import("//build/testing/cc_test_executable.gni") |
| |
| cc_test_executable("msd_virtio_gpu_nonhardware_tests") { |
| testonly = true |
| |
| sources = [ "test_query.cc" ] |
| |
| deps = [ |
| "//src/graphics/drivers/msd-virtio-gpu/src:msd_impl", |
| "//src/graphics/lib/virtio:virtio-spec", |
| "//src/graphics/magma/lib/magma/test_util:logger_init_helper", |
| "//src/lib/fxl/test:gtest_main", |
| "//third_party/googletest:gtest", |
| ] |
| } |