Package: pyxplot / 0.9.2-8

add-test-target.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Add a "test" target to upstream Makefile
 Push the test target into the upstream Makefile so debhelper can automatically
 find it.
Author: Stuart Prescott <stuart@debian.org>, Joey Hess <joeyh@debian.org>
--- a/Makefile.skel
+++ b/Makefile.skel
@@ -260,3 +260,5 @@
 
 afresh: clean all
 
+test:
+	+$(MAKE) -C doc test-examples