aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-02-11 19:36:39 +0000
committerPedro Alves <palves@redhat.com>2016-02-11 19:36:39 +0000
commite352bf0a3c8430aeab9d6f3781c7b31b09c8b8b9 (patch)
tree688706339bd035091322d56b3459a0fc7b5d2e8c /config.guess
parentbec2ab5a15d96026d9f5470f7997fd48f7330fb2 (diff)
downloadgdb-e352bf0a3c8430aeab9d6f3781c7b31b09c8b8b9.zip
gdb-e352bf0a3c8430aeab9d6f3781c7b31b09c8b8b9.tar.gz
gdb-e352bf0a3c8430aeab9d6f3781c7b31b09c8b8b9.tar.bz2
Support 'make check-parallel' in gdb's build dir
Currently, you can cd to the gdb/testsuite/ dir and use make check-parallel, instead of using FORCE_PARALLEL: $ make -j8 check-parallel RUNTESTFLAGS="--target_board=native-gdbserver" $ make -j8 check RUNTESTFLAGS="--target_board=native-gdbserver" FORCE_PARALLEL=1 But you can't do that in the build/gdb/ dir: $ make check-parallel RUNTESTFLAGS="--target_board=native-gdbserver" make: *** No rule to make target `check-parallel'. Stop. I find check-parallel a bit more convenient, and more typo-proof, so this patch makes it work from the gdb build dir too. While documenting this in testsuite/README, I found that the parallel testing mode would better be pulled out to its own section and extended. gdb/ChangeLog: 2016-02-11 Pedro Alves <palves@redhat.com> * Makefile.in (check-parallel): New rule. gdb/testsuite/ChangeLog: 2016-02-11 Pedro Alves <palves@redhat.com> * README (Parallel testing): New section. (GDB_PARALLEL): Rewrite. (FORCE_PARALLEL): Document.
Diffstat (limited to 'config.guess')
0 files changed, 0 insertions, 0 deletions