diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-28 17:30:26 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-28 17:30:26 +0000 |
commit | ce7f50299282f2c127b076c182b5db89acd9542d (patch) | |
tree | 7bfcb9927cece0ca410f414086f777a52b881eca /gcc/doc | |
parent | f1c7224c3bd9aefea62a13403822520015f3f88d (diff) | |
download | gcc-ce7f50299282f2c127b076c182b5db89acd9542d.tar.gz |
install.texi: document language-specific check- shortcuts
2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/install.texi: Document check-$LANG specific shortcuts
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184632 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 7aa1553d80f..6c99d2b0f8b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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. |