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