From a93aaec86e7645a0d1e2843fc70acd062edf04c9 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Tue, 1 Dec 2020 15:11:50 +0100 Subject: [PATCH] Add check-self-compare to release regression testing * Makefile.am: Make 'make tarball-and-all' run the 'check-self-compare' target as part of the release process. Signed-off-by: Dodji Seketeli --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0de4f435..6b4098b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,7 +80,7 @@ tarball-and-tag-and-upload: tarball-and-all tarball-and-all: tag-and-all $(MAKE) tarball -tag-and-all: distcheck +tag-and-all: distcheck check-self-compare $(MAKE) tag-release-only # the default for GZIP_ENV is --best, which is pretty slow for check runs