[Pkg-voip-commits] r3083 - srtp/trunk/debian

Jonas Smedegaard js at alioth.debian.org
Mon Jan 29 19:50:33 CET 2007


Author: js
Date: 2007-01-29 19:50:32 +0100 (Mon, 29 Jan 2007)
New Revision: 3083

Modified:
   srtp/trunk/debian/rules
Log:
Enable test runs - but allow to fail gracefully for now...

Modified: srtp/trunk/debian/rules
===================================================================
--- srtp/trunk/debian/rules	2007-01-29 18:48:09 UTC (rev 3082)
+++ srtp/trunk/debian/rules	2007-01-29 18:50:32 UTC (rev 3083)
@@ -15,6 +15,18 @@
 DEB_MAKE_CLEAN_TARGET = superclean
 
 
+# Tests fail. Possibly harmless, so just try them without failing for now...
+
+#DEB_MAKE_CHECK_TARGET = runtest
+common-build-arch common-build-indep:: debian/stamp-makefile-check-grace
+debian/stamp-makefile-check-grace: debian/stamp-makefile-build
+	-$(DEB_MAKE_INVOKE) runtest
+	touch $@
+
+clean::
+	rm -f debian/stamp-makefile-check-grace
+
+
 # Why this link, Mikael? Seems to build correctly without it...
 
 #common-configure-arch::




More information about the Pkg-voip-commits mailing list