summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-06-13 12:17:06 +0200
committerDiego Biurrun <diego@biurrun.de>2012-06-13 12:27:49 +0200
commita48802836261082be8fe3d809e9e788f50620536 (patch)
treea38466c44523cbffd93a8ae44a1f74538aab0496 /tests/Makefile
parent9baeff9506a890c8f9f27c08cf331f827c24726a (diff)
build: Do not delete tests/vsynth2 directory, which is no longer created.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 01ff711a37..429762be7c 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -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))