From: Ben Pfaff Date: Tue, 30 Nov 2010 18:49:51 +0000 (-0800) Subject: tests: Don't remove testsuite on distclean. X-Git-Tag: v1.1.0~790 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7fe079c253b8618ff7b8475a91cc6bdf7790c979;p=sliver-openvswitch.git 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 8503b6c3f..f9bd36875 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