summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-02-20 13:19:29 +0000
committerMåns Rullgård <mans@mansr.com>2010-02-20 13:19:29 +0000
commitb6fa8e35f28f0cbb3c02a467832b178926732d5e (patch)
tree800c8b06ed03c94c4f0dcc6b646fb26a46ac47a0 /Makefile
parentcbdcf479ce3780142ad1978fe1f53ecb0507a230 (diff)
Delete all test related files in testclean rule
Originally committed as revision 21919 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d51610d2a5..05a7ae2d05 100644
--- a/Makefile
+++ b/Makefile
@@ -126,14 +126,15 @@ uninstall-man:
rm -f $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
testclean:
- rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/*~
+ rm -rf tests/vsynth1 tests/vsynth2 tests/data
+ rm -f $(addprefix tests/,$(CLEANSUFFIXES))
+ rm -f tests/seek_test$(EXESUF) tests/seek_test.o
+ rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
clean:: testclean
rm -f $(ALLPROGS) $(ALLPROGS_G)
rm -f $(CLEANSUFFIXES)
rm -f doc/*.html doc/*.pod doc/*.1
- rm -f tests/seek_test$(EXESUF) tests/seek_test.o
- rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
rm -f $(TOOLS)
distclean::