Skip to content

Commit

Permalink
build: Do not delete tests/vsynth2 directory, which is no longer crea…
Browse files Browse the repository at this point in the history
…ted.
  • Loading branch information
DonDiego committed Jun 13, 2012
1 parent 9baeff9 commit a488028
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -37,7 +37,6 @@ tests/rotozoom
tests/tiny_psnr
tests/videogen
tests/vsynth1
tests/vsynth2
tools/aviocat
tools/cws2fws
tools/graph2dot
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Expand Up @@ -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))

Expand Down

0 comments on commit a488028

Please sign in to comment.