summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-03-16 18:03:34 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-03-28 15:31:22 +0100
commit841f0d2c58d1d6cf373ce3195829d38878142aa0 (patch)
tree44e209b9dca6b0ae89afecccb0313011b45491fd /src/compiler
parent3472be2bfd8b9cbc931342cc99d0e1abdc48350b (diff)
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>
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/Makefile.glsl.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am
index 43fd6a98e2..d6b034ee6c 100644
--- a/src/compiler/Makefile.glsl.am
+++ b/src/compiler/Makefile.glsl.am
@@ -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: