1# Copyright © 2017 Intel Corporation 2# SPDX-License-Identifier: MIT 3 4foreach t : ['clear', 'collision', 'delete_and_lookup', 'delete_management', 5 'destroy_callback', 'insert_and_lookup', 'insert_many', 6 'null_destroy', 'random_entry', 'remove_key', 'remove_null', 7 'replacement'] 8 test( 9 t, 10 executable( 11 '@0@_test'.format(t), 12 files('@[email protected]'.format(t)), 13 c_args : [c_msvc_compat_args], 14 dependencies : idep_mesautil, 15 ), 16 suite : ['util'], 17 ) 18endforeach 19