From 32a1e1e1fd13581c6f09ed28b892357b3d169221 Mon Sep 17 00:00:00 2001 Message-Id: <32a1e1e1fd13581c6f09ed28b892357b3d169221.1714924214.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 23 Dec 2007 21:07:23 +0000 Subject: [PATCH 1/1] extra make clean in tests/ Organization: Straylight/Edgeware From: rjk@greenend.org.uk <> --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index c78401a..694b0ab 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,5 +29,8 @@ disorder_udplog_DEPENDENCIES=../lib/libdisorder.a check: ${PYTHON} ${srcdir}/alltests +clean-local: + rm -rf testroot *.log *.pyc + EXTRA_DIST=alltests dtest.py dbversion.py search.py \ queue.py dump.py play.py cookie.py user-upgrade.py user.py -- [mdw]