On Wed, Jan 12, 2022 at 08:19:04PM -0600, Glenn Washburn wrote:
> 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 <developm...@efficientek.com>

This patch makes bootstrap unhappy:
  Makefile.am:27: warning: check_SCRIPTS multiply defined in condition TRUE ...
  conf/Makefile.common:107: ... 'check_SCRIPTS' previously defined here
  Makefile.am:10:   'conf/Makefile.common' included from here
  Makefile.am:28: warning: check_PROGRAMS multiply defined in condition TRUE ...
  conf/Makefile.common:110: ... 'check_PROGRAMS' previously defined here
  Makefile.am:10:   'conf/Makefile.common' included from here
  Makefile.am:29: warning: TESTS multiply defined in condition TRUE ...
  conf/Makefile.common:128: ... 'TESTS' previously defined here
  Makefile.am:10:   'conf/Makefile.common' included from here

I have just taken patch #1.

Daniel

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to