]> sourceware.org Git - libabigail.git/commitdiff
Add check-self-compare to release regression testing
authorDodji Seketeli <dodji@redhat.com>
Tue, 1 Dec 2020 14:11:50 +0000 (15:11 +0100)
committerDodji Seketeli <dodji@redhat.com>
Tue, 1 Dec 2020 14:11:50 +0000 (15:11 +0100)
* 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>
Makefile.am

index 0de4f4359bda0b3df56328a6aad72d8c5bb8cd12..6b4098b1c3842f503c4158b445ad049d89054f1f 100644 (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
This page took 0.031898 seconds and 5 git commands to generate.