[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r277 - trunk/debian



Author: djpig
Date: 2004-05-31 14:49:33 +0200 (Mon, 31 May 2004)
New Revision: 277

Modified:
   trunk/debian/rules
Log:
Let runtests depend on any file under checks/ and collection/ so that
tests are rerun if anything is changed.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2004-05-17 22:08:19 UTC (rev 276)
+++ trunk/debian/rules	2004-05-31 12:49:33 UTC (rev 277)
@@ -5,9 +5,11 @@
 usl := $(tmp)/usr/share/lintian
 usdl := $(tmp)/usr/share/doc/lintian
 neededfiles := debian/rules frontend/lintian
+allchecks := $(wildcard checks/*)
+allcollect := $(wildcard collection/*)
 onlyrun =
 
-runtests: $(neededfiles)
+runtests: $(neededfiles) $(allchecks) $(allcollect)
 	@echo .... running tests ....
 	[ -d debian/tests ] || mkdir debian/tests
 	LINTIAN_ROOT="" /usr/bin/perl testset/runtests -k testset debian/tests $(onlyrun)



Reply to: