]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi: document language-specific check- shortcuts
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Tue, 28 Feb 2012 17:30:26 +0000 (18:30 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Tue, 28 Feb 2012 17:30:26 +0000 (18:30 +0100)
2012-02-28  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

* doc/install.texi: Document check-$LANG specific shortcuts

From-SVN: r184632

gcc/ChangeLog
gcc/doc/install.texi

index 3e7ff590732e870aaa05b74357047dcff71bf29a..7ba59bab2db8b0f9bf380cad489483ad4c2322b1 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-28  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * doc/install.texi: Document check-$LANG specific shortcuts
+
 2012-02-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
        PR target/51534
index 7aa1553d80f4a5b60aa19c96978cf8579c194be0..6c99d2b0f8b6c3169525f316bef0e96bfd4be68c 100644 (file)
@@ -2525,7 +2525,10 @@ on a simulator as described at @uref{http://gcc.gnu.org/simtest-howto.html}.
 @section How can you run the testsuite on selected tests?
 
 In order to run sets of tests selectively, there are targets
-@samp{make check-gcc} and @samp{make check-g++}
+@samp{make check-gcc} and language specific @samp{make check-c},
+@samp{make check-c++}, @samp{make check-fortran}, @samp{make check-java},
+@samp{make check-ada}, @samp{make check-objc}, @samp{make check-obj-c++},
+@samp{make check-lto}
 in the @file{gcc} subdirectory of the object directory.  You can also
 just run @samp{make check} in a subdirectory of the object directory.