summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-03-16 18:03:34 +0000
committerEmil Velikov <[email protected]>2017-03-28 15:31:22 +0100
commit841f0d2c58d1d6cf373ce3195829d38878142aa0 (patch)
tree44e209b9dca6b0ae89afecccb0313011b45491fd
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 <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Acked-by: Kenneth Graunke <[email protected]> (v1) Reviewed-by: Eric Engestrom <[email protected]>
-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 43fd6a98e2a..d6b034ee6cc 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: