* top/README-release: Adjust instructions so they run the
check-very-expensive tests when there is such a target.
+2018-06-19 Jim Meyering <meyering@fb.com>
+
+ README-release: also run any check-very-expensive tests
+ * top/README-release: Adjust instructions so they run the
+ check-very-expensive tests when there is such a target.
+
2018-06-18 Bruno Haible <bruno@clisp.org>
pthread_rwlock_rdlock: Add comments regarding glibc behaviour.
./bootstrap && ./configure
-* Pre-release testing: ensure that the following command succeeds:
+* Pre-release testing: ensure that the following commands succeed:
- make check syntax-check distcheck
+ c=check ve=check-very-expensive; git grep -q "^$ve:\$" && c=$ve
+ make $c syntax-check distcheck
* To (i) set the date, version number, and release TYPE on line 3 of
NEWS, (ii) commit that, and (iii) tag the release, run