From: Dodji Seketeli Date: Tue, 1 Dec 2020 14:11:50 +0000 (+0100) Subject: Add check-self-compare to release regression testing X-Git-Tag: libabigail-1.8.2~50 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a93aaec86e7645a0d1e2843fc70acd062edf04c9;p=libabigail.git 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 --- 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