diff --git a/Makefile b/Makefile
index 734e276163021fd62fc57eb440a4304637347e52..8c9c181861b051f7ab310ee9430fe088a3346e93 100644
--- a/Makefile
+++ b/Makefile
@@ -149,6 +149,7 @@ test-all: doc test-all-lisps
 test-all-no-stop:
 	-make doc ; for l in ${lisps} ; do make t l=$$l ; make u l=$$l ; done ; true
 
+extract: extract-all-tagged-asdf
 extract-all-tagged-asdf: build/asdf.lisp
 	./test/run-tests.sh -H
 
diff --git a/test/run-tests.sh b/test/run-tests.sh
index f2cfecc9ecb7dcd60aba9a162c1d2f395a04b51a..a251d158a04cdd70233448a055c402e9fc5d8630 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -266,13 +266,13 @@ upgrade_tags () {
     # 2.26 (2012-10-30) was used by Quicklisp
     # 2.27 (2013-02-01) is the first ASDF 3 pre-release
     # 2.32 (2013-03-05) is the first really stable ASDF 3 pre-release
-    #
+    # 3.0.1 (2013-05-16) is the first stable ASDF 3 release
     echo REQUIRE 1.85 1.97 1.369
     # git tag -l '2.0??'
     # git tag -l '2.??'
     echo 2.000 2.008 2.011 2.014.6 2.019 2.20 2.22 2.26
-    echo 2.27
-    git tag -l '2.3[2-9]'
+    echo 2.27 2.32
+    git tag -l '3.0.[1-9]'
 }
 upgrade_methods () {
     if [ -n "$ASDF_UPGRADE_TEST_METHODS" ] ; then