[ovs-dev] [PATCH] tests: Don't remove testsuite on distclean.

Ben Pfaff blp at nicira.com
Tue Nov 30 18:49:51 UTC 2010


This file is part of the distribution so distclean should not delete it.
---
 tests/automake.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/automake.mk b/tests/automake.mk
index 8503b6c..f9bd368 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -45,7 +45,7 @@ TESTSUITE_AT = \
 	tests/ovs-vsctl.at \
 	tests/interface-reconfigure.at
 TESTSUITE = $(srcdir)/tests/testsuite
-DISTCLEANFILES += tests/atconfig tests/atlocal $(TESTSUITE)
+DISTCLEANFILES += tests/atconfig tests/atlocal
 
 AUTOTEST_PATH = utilities:vswitchd:ovsdb:tests
 
-- 
1.7.1





More information about the dev mailing list