]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Add check-native and check-nonnative make targets
authorGlenn Washburn <development@efficientek.com>
Tue, 8 Feb 2022 21:55:57 +0000 (15:55 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 7 Mar 2022 13:24:28 +0000 (14:24 +0100)
commit5e10be48e5bac5f2e7a20a88a3782d4c37681b3c
tree4c14492ecabb38a28d34c7aa419b7a210e5dc7c6
parent68ba54c2298604146be83cae144dafd1cfd1fe2d
tests: Add check-native and check-nonnative make targets

This allows for testing only tests that run directly on the build machine or
only tests that run in a virtualized environment. When testing multiple
targets on the same build machine the native tests only need to be run once
for all targets. Whereas, the nonnative tests must be run for each target
because the test is potentially compiled differently for each target.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Makefile.am
Makefile.util.def
conf/Makefile.common
gentpl.py