blob: ccee63b834070f04007691c267c3341cc4bea76f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright © 2018 Intel Corporation
# SPDX-License-Identifier: MIT
test(
'vma_random',
executable(
'vma_random_test',
'vma_random_test.cpp',
dependencies : idep_mesautil,
),
suite : ['util'],
)
|