build: Do not delete tests/vsynth2 directory, which is no longer created.

pull/59/head
Diego Biurrun 13 years ago
parent 9baeff9506
commit a488028362
  1. 1
      .gitignore
  2. 2
      tests/Makefile

1
.gitignore vendored

@ -37,7 +37,6 @@ tests/rotozoom
tests/tiny_psnr tests/tiny_psnr
tests/videogen tests/videogen
tests/vsynth1 tests/vsynth1
tests/vsynth2
tools/aviocat tools/aviocat
tools/cws2fws tools/cws2fws
tools/graph2dot tools/graph2dot

@ -126,7 +126,7 @@ fate-list:
clean:: testclean clean:: testclean
testclean: testclean:
$(RM) -r tests/vsynth1 tests/vsynth2 tests/data $(RM) -r tests/vsynth1 tests/data
$(RM) $(CLEANSUFFIXES:%=tests/%) $(RM) $(CLEANSUFFIXES:%=tests/%)
$(RM) $(TESTTOOLS:%=tests/%$(HOSTEXESUF)) $(RM) $(TESTTOOLS:%=tests/%$(HOSTEXESUF))

Loading…
Cancel
Save