Skip to content

Commit 60c5267

Browse files
committed
README.md: Add information how to run GCC, Binutils, glibc tests
Let's document how to run all the test suites in order to increase the number of people that will execute the tests. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
1 parent 80cc8b2 commit 60c5267

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,22 @@ Note:
210210
- spike only support rv64* bare-metal/elf toolchain.
211211
- gdb simulator only support bare-metal/elf toolchain.
212212

213+
#### Testing GCC, Binutils, and glibc of a Linux toolchain
214+
215+
The default Makefile target to run toolchain tests is `report`.
216+
This will run all tests of the GCC regression test suite.
217+
Alternatively, the following command can be used to do the same:
218+
219+
make check-gcc
220+
221+
The following command can be used to run the Binutils tests:
222+
223+
make check-binutils
224+
225+
The command below can be used to run the glibc tests:
226+
227+
make check-glibc-linux
228+
213229
### Development
214230

215231
This section is only for developer or advanced user, or you want to build

0 commit comments

Comments
 (0)