Re: [PATCH 2/2] tests: Add check-native and check-nonnative make targets

2022-02-08 Thread Glenn Washburn
On Tue, 8 Feb 2022 17:10:32 +0100 Daniel Kiper 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 s

Re: [PATCH 2/2] tests: Add check-native and check-nonnative make targets

2022-02-08 Thread Daniel Kiper
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 > fo

[PATCH 2/2] tests: Add check-native and check-nonnative make targets

2022-01-12 Thread Glenn Washburn
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