[SCM] rtmidi/master: Fix build tests.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat May 3 22:44:11 UTC 2014


The following commit has been merged in the master branch:
commit 9cfc4666bc3a5374a69697a64fbb59328120bbbf
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat May 3 23:20:39 2014 +0100

    Fix build tests.

diff --git a/debian/rules b/debian/rules
index 53e8b13..d37a83c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,10 +21,16 @@ override_dh_clean:
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf doc/html doc/images
+	rm -rf tests/Debug/ tests/Release/
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CONFIGURE_FLAGS)
 
+override_dh_auto_test:
+	mkdir -p tests/Release
+	mkdir -p tests/Debug
+	dh_auto_test
+
 override_dh_auto_install:
 	mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
 	mkdir -p debian/tmp/usr/include

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list