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

lintian: r375 - trunk/debian



Author: djpig
Date: 2004-12-06 01:49:54 +0100 (Mon, 06 Dec 2004)
New Revision: 375

Modified:
   trunk/debian/rules
Log:
Let runtests depend on the tags files


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2004-12-06 00:43:09 UTC (rev 374)
+++ trunk/debian/rules	2004-12-06 00:49:54 UTC (rev 375)
@@ -7,9 +7,10 @@
 neededfiles := debian/rules frontend/lintian
 allchecks := $(wildcard checks/*)
 allcollect := $(wildcard collection/*)
+tagfiles := $(wildcard testset/tags.*)
 onlyrun =
 
-runtests: $(neededfiles) $(allchecks) $(allcollect)
+runtests: $(neededfiles) $(allchecks) $(allcollect) $(tagfiles)
 	@echo .... running tests ....
 	[ -d debian/tests ] || mkdir debian/tests
 	LINTIAN_ROOT="" /usr/bin/perl testset/runtests -k testset debian/tests $(onlyrun)



Reply to: