• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright © 2019 Collabora Ltd.
2# SPDX-License-Identifier: MIT
3
4test(
5  'virgl_staging_mgr',
6  executable(
7    'virgl_staging_mgr_test',
8    files('virgl_staging_mgr_test.cpp'),
9    dependencies : [dep_thread, idep_gtest, idep_mesautil, idep_nir_headers],
10    include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_virtio, include_directories('..')],
11    link_with : [libvirgl, libgallium],
12  ),
13  suite : ['virgl'],
14  protocol : 'gtest',
15)
16