Add maintainer-tag rule for tagging HEAD with current version.
[qemu-sanity-check.git] / Makefile.am
index caf4011..bab12cc 100644 (file)
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 EXTRA_DIST = \
+       .gitignore \
+       qemu-sanity-check.1 \
        qemu-sanity-check.in \
-       qemu-sanity-check.pod
+       qemu-sanity-check.pod \
+       qemu-sanity-check.pod.in \
+       qemu-sanity-check.spec \
+       sleeper \
+       $(TESTS)
 
 CLEANFILES = qemu-sanity-check
 
@@ -55,4 +61,15 @@ qemu-sanity-check.1: qemu-sanity-check.pod
 endif
 
 # Tests.
-TESTS = run-qemu-sanity-check
+TESTS = \
+       run-qemu-sanity-check \
+       test-timeout \
+       test-bad-options \
+       test-bad-kernel \
+       test-bad-qemu \
+       test-bad-userspace
+
+# Tag HEAD with current version (maintainer only).
+
+maintainer-tag:
+       git tag -a v$(VERSION) -m "Version $(VERSION)" -f