From 56ebc656139879da080d83d0b8353ebc0f20643f Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Wed, 29 Jul 2009 14:47:56 +0200
Subject: [PATCH 19/19] document language-specific check- shortcuts

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 <rep.dot.nop@gmail.com>
---
 gcc/doc/install.texi |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index a480dc5..dea1192 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2287,8 +2287,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++}
-in the @file{gcc} subdirectory of the object directory.  You can also
+@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++}
+in the object directory.  You can also
 just run @samp{make check} in a subdirectory of the object directory.
 
 
-- 
1.6.3.3

