Lines Matching +full:intel +full:- +full:test
1 # Copyright © 2017-2018 Intel Corporation
58 description : 'Userspace interface to intel kernel DRM services',
70 test(
71 'gen4-3d.batch',
72 find_program('tests/gen4-3d.batch.sh'),
75 test(
76 'gen45-3d.batch',
77 find_program('tests/gm45-3d.batch.sh'),
80 test(
81 'gen5-3d.batch',
82 find_program('tests/gen5-3d.batch.sh'),
85 test(
86 'gen6-3d.batch',
87 find_program('tests/gen6-3d.batch.sh'),
90 test(
91 'gen7-3d.batch',
92 find_program('tests/gen7-3d.batch.sh'),
95 test(
96 'gen7-2d-copy.batch',
97 find_program('tests/gen7-2d-copy.batch.sh'),
101 test(
102 'intel-symbols-check',
105 '--lib', libdrm_intel,
106 '--symbols-file', files('intel-symbols.txt'),
107 '--nm', prog_nm.path(),