diff mbox

[1/2] install.texi: document language-specific check- shortcuts

Message ID 1330366961-21550-2-git-send-email-rep.dot.nop@gmail.com
State New
Headers show

Commit Message

Bernhard Reutner-Fischer Feb. 27, 2012, 6:22 p.m. UTC
From: Bernhard Reutner-Fischer <bernhard.reutner-fischer@univie.ac.at>

gcc/ChangeLog:

2009-07-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

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

Signed-off-by: Bernhard Reutner-Fischer <bernhard.reutner-fischer@univie.ac.at>
---
 gcc/doc/install.texi |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

Comments

Mike Stump Feb. 27, 2012, 6:30 p.m. UTC | #1
On Feb 27, 2012, at 10:22 AM, Bernhard Reutner-Fischer wrote:
> From: Bernhard Reutner-Fischer <bernhard.reutner-fischer@univie.ac.at>
> 
> gcc/ChangeLog:
> 
> 2009-07-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
> 
> 	* gcc/doc/install.texi: Document check-$LANG specific shortcuts

Ok, thanks.
diff mbox

Patch

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 8a83d9b..334ba1f 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2530,7 +2530,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.