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