From: Ben Pfaff Date: Tue, 30 Nov 2010 18:49:51 +0000 (-0800) Subject: tests: Don't remove testsuite on distclean. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fe079c253b8618ff7b8475a91cc6bdf7790c979;p=openvswitch tests: Don't remove testsuite on distclean. This file is part of the distribution so distclean should not delete it. --- diff --git a/tests/automake.mk b/tests/automake.mk index 8503b6c3..f9bd3687 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