[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] tests: Add check-native and check-nonnative make targets
From: |
Glenn Washburn |
Subject: |
Re: [PATCH 2/2] tests: Add check-native and check-nonnative make targets |
Date: |
Tue, 8 Feb 2022 15:50:21 -0600 |
On Tue, 8 Feb 2022 17:10:32 +0100
Daniel Kiper <dkiper@net-space.pl> wrote:
> 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 <development@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.
I didn't notice this as it seems to have no effect on building or
testing. I'll send an updated patch removing these warnings.
Glenn