Add a new test group, rfail-full that runs rfail tests with fulldeps.
In most places in mk/tests.mk, it's positioned after rpass-full and before cfail-full (because rfail comes before cfail). The order of tests seems a little inconsistent, but reordering everywhere would obscure this commit.
This commit is contained in:
parent
6365080c5c
commit
5e37729036
2 changed files with 19 additions and 2 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -1143,6 +1143,7 @@ do
|
|||
make_dir $h/test/run-pass-valgrind
|
||||
make_dir $h/test/run-pass-fulldeps
|
||||
make_dir $h/test/run-fail
|
||||
make_dir $h/test/run-fail-fulldeps
|
||||
make_dir $h/test/compile-fail
|
||||
make_dir $h/test/parse-fail
|
||||
make_dir $h/test/compile-fail-fulldeps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue