From 7fe079c253b8618ff7b8475a91cc6bdf7790c979 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 30 Nov 2010 10:49:51 -0800 Subject: [PATCH] tests: Don't remove testsuite on distclean. This file is part of the distribution so distclean should not delete it. --- tests/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0