Lines Matching +full:- +full:- +full:workdir
1 # Copyright © 2017-2018 Intel Corporation
71 'gen4-3d.batch',
72 find_program('tests/gen4-3d.batch.sh'),
73 workdir : meson.current_build_dir(),
76 'gen45-3d.batch',
77 find_program('tests/gm45-3d.batch.sh'),
78 workdir : meson.current_build_dir(),
81 'gen5-3d.batch',
82 find_program('tests/gen5-3d.batch.sh'),
83 workdir : meson.current_build_dir(),
86 'gen6-3d.batch',
87 find_program('tests/gen6-3d.batch.sh'),
88 workdir : meson.current_build_dir(),
91 'gen7-3d.batch',
92 find_program('tests/gen7-3d.batch.sh'),
93 workdir : meson.current_build_dir(),
96 'gen7-2d-copy.batch',
97 find_program('tests/gen7-2d-copy.batch.sh'),
98 workdir : meson.current_build_dir(),
102 'intel-symbols-check',
105 '--lib', libdrm_intel,
106 '--symbols-file', files('intel-symbols.txt'),
107 '--nm', prog_nm.full_path(),