r2398 - branches/xml-im-exporter/feature/debian/debian

Marcus Better marcusb-guest at costa.debian.org
Tue Sep 12 10:24:25 UTC 2006


Author: marcusb-guest
Date: 2006-09-12 10:24:24 +0000 (Tue, 12 Sep 2006)
New Revision: 2398

Modified:
   branches/xml-im-exporter/feature/debian/debian/rules
Log:
Move unit tests to separate target. Disable during build for now, since one test fails due to bug #386443.


Modified: branches/xml-im-exporter/feature/debian/debian/rules
===================================================================
--- branches/xml-im-exporter/feature/debian/debian/rules	2006-09-12 10:19:44 UTC (rev 2397)
+++ branches/xml-im-exporter/feature/debian/debian/rules	2006-09-12 10:24:24 UTC (rev 2398)
@@ -21,10 +21,16 @@
 PKGNAME		:= libxml-im-exporter-java
 INSTALLDIR	:= $(CURDIR)/debian/$(PKGNAME)
 
+test: test-stamp
+test-stamp:
+	dh_testdir
+	$(ANT_INVOKE) test
+	touch test-stamp
+
 build: build-stamp
 build-stamp:
 	dh_testdir
-	$(ANT_INVOKE) jar javadocs test
+	$(ANT_INVOKE) jar javadocs
 	touch build-stamp
 
 clean:
@@ -61,4 +67,4 @@
 binary-arch: build install
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install test




More information about the pkg-java-commits mailing list