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 <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2020-12-01 15:11:50 +01:00
parent e1a1fd9e1a
commit a93aaec86e

View File

@ -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