]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
binutils: Add do_check task for executing binutils test suite
authorNathan Rossi <nathan@nathanrossi.com>
Wed, 28 Aug 2019 05:06:29 +0000 (05:06 +0000)
committerArmin Kuster <akuster808@gmail.com>
Fri, 30 Aug 2019 22:29:47 +0000 (15:29 -0700)
commita84bdc8c46ee3b49137b7d064c77542e39bfc821
tree540f453595f686cf15897692111b56c374563c45
parente09f916e2b5ff8c7cef7cfd13b43a7f9d2463346
binutils: Add do_check task for executing binutils test suite

Create the do_check task to the binutils-cross include. This task can be
used to execute the binutils test suite for the cross target binutils.
By default this executes all the check targets of the binutils Makefile,
this can however be changed by setting MAKE_CHECK_TARGETS to the desired
test suite target (e.g. check-gas).

The binutils test suites do not require any target execution, as such
the check target can be run without QEMU or a target device. However
since the binutils tests do rely on a C compiler there is dependence on
both gcc and libc in order to run the tests.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/binutils/binutils-cross.inc