xref: /aosp_15_r20/external/mesa3d/src/util/tests/vma/meson.build (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1# Copyright © 2018 Intel Corporation
2# SPDX-License-Identifier: MIT
3
4test(
5  'vma_random',
6  executable(
7    'vma_random_test',
8    'vma_random_test.cpp',
9    dependencies : idep_mesautil,
10  ),
11  suite : ['util'],
12)
13