glsl/tests: automake: cleanup all artefacts during clean-local

With later commits we'll fix the generators to produce the files in the
correct location. That in itself will cause an issue since the files
will be left dangling and make distcheck will fail.

v2: Use -r only as needed (Eric)

Cc: Matt Turner <mattst88@gmail.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org> (v1)
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Emil Velikov 2017-03-16 18:03:34 +00:00 committed by Emil Velikov
parent 3472be2bfd
commit 841f0d2c58

View file

@ -251,6 +251,12 @@ CLEANFILES += \
glsl/glcpp/glcpp-lex.c
clean-local:
$(RM) glsl/tests/lower_jumps/*.opt_test
$(RM) glsl/tests/lower_jumps/*.expected
$(RM) glsl/tests/lower_jumps/*.out
$(RM) glsl/tests/warnings/*.out
$(RM) glsl/glcpp/tests/*.out
$(RM) -r glsl/glcpp/tests/subtest*/
$(RM) -r subtest-cr subtest-cr-lf subtest-lf subtest-lf-cr
dist-hook: