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

lintian: r119 - trunk/debian



Author: djpig
Date: 2004-04-01 02:34:27 +0200 (Thu, 01 Apr 2004)
New Revision: 119

Modified:
   trunk/debian/rules
Log:
new make variable onlyrun which can be used with the runtests target
to only run the specified tests (i.e. passed as last argument to
testset/runtests)


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2004-03-31 23:26:52 UTC (rev 118)
+++ trunk/debian/rules	2004-04-01 00:34:27 UTC (rev 119)
@@ -5,11 +5,12 @@
 usl := $(tmp)/usr/share/lintian
 usdl := $(tmp)/usr/share/doc/lintian
 neededfiles := debian/rules frontend/lintian
+onlyrun =
 
 runtests: $(neededfiles)
 	@echo .... running tests ....
 	[ -d debian/tests ] || mkdir debian/tests
-	LINTIAN_ROOT="" /usr/bin/perl testset/runtests -v -k testset debian/tests
+	LINTIAN_ROOT="" /usr/bin/perl testset/runtests -v -k testset debian/tests $(onlyrun)
 	touch $@
 
 build: $(neededfiles)



Reply to: