build: Do not delete tests/vsynth2 directory, which is no longer created.
authorDiego Biurrun <diego@biurrun.de>
Wed, 13 Jun 2012 10:17:06 +0000 (12:17 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 13 Jun 2012 10:27:49 +0000 (12:27 +0200)
.gitignore
tests/Makefile

index 7450234..b7f063f 100644 (file)
@@ -37,7 +37,6 @@ tests/rotozoom
 tests/tiny_psnr
 tests/videogen
 tests/vsynth1
-tests/vsynth2
 tools/aviocat
 tools/cws2fws
 tools/graph2dot
index 01ff711..429762b 100644 (file)
@@ -126,7 +126,7 @@ fate-list:
 clean:: testclean
 
 testclean:
-       $(RM) -r tests/vsynth1 tests/vsynth2 tests/data
+       $(RM) -r tests/vsynth1 tests/data
        $(RM) $(CLEANSUFFIXES:%=tests/%)
        $(RM) $(TESTTOOLS:%=tests/%$(HOSTEXESUF))