Commit c02773c3 authored by mru's avatar mru

Delete all test related files in testclean rule

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21919 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent efe4a5df
......@@ -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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment