summaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2019-08-28 05:06:29 +0000
committerArmin Kuster <akuster808@gmail.com>2019-08-30 15:29:47 -0700
commitedfa71c57f63eb093e2a24bf78523d938881688b (patch)
treeb6142b1b3a4ba8e5bbba683cb684fa5e12b1003e /LICENSE
parenta84bdc8c46ee3b49137b7d064c77542e39bfc821 (diff)
downloadopenembedded-core-contrib-edfa71c57f63eb093e2a24bf78523d938881688b.tar.gz
gcc-cross: Add do_check task for executing gcc test suite
Add a do_check task and supporting configuration to implement execution of the gcc compiler test suite. The test suite requires execution of compiled programs. The implementation provided allows for execution testing against a host via SSH or within the local build environment using qemu linux-user execution. The selection of execution is done via the BUILD_TEST_TARGET variable, and configuration of the remote host is done with the BUILD_TEST_HOST, BUILD_TEST_HOST_USER and BUILD_TEST_HOST_PORT variables. By default the do_check task will execute all check targets, this can be changed by setting MAKE_CHECK_TARGETS to the desired test suite target (e.g. check-gcc or check-g++). Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions