From: "Stuart Prescott stuart@debian.org, Joey Hess" <joeyh@debian.org>
Date: Wed, 19 Feb 2020 13:36:39 +1100
Subject: Add a "test" target to upstream Makefile

Push the test target into the upstream Makefile so debhelper can automatically
find it.
---
 Makefile.skel | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.skel b/Makefile.skel
index 9154d9a..4e3a46b 100644
--- a/Makefile.skel
+++ b/Makefile.skel
@@ -260,3 +260,5 @@ clean:
 
 afresh: clean all
 
+test:
+	+$(MAKE) -C doc test-examples
