Commit ad431750 authored by Christoph Müllner's avatar Christoph Müllner
Browse files

Makefile.in: Allow to pass additional test flags



This allows to specify the test cases to be run.
For example the following command can be used to restrict the testcases
that will be executed to zb*.c and sm*.c from the directory
`gcc/testsuite/gcc.target/riscv/` (which includes the file `riscv.exp`):

  RUNTESTFLAGS="riscv.exp=zb*.c\ sm*.c" make report

Signed-off-by: default avatarChristoph Müllner <christoph.muellner@vrull.eu>
parent c63d1b66
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment