Commit Graph

4 Commits

Author SHA1 Message Date
Fabio Utzig de1d72d069 doc: fix github urls to use the new org
Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
2020-11-10 14:19:19 -03:00
David Brown f15a010e74 samples: zephyr: Separate build commands
Instead of just having the build commands part of the test execution,
separate them into a separate value.  This will facilitate having an
option that doesn't actually build the tests, but extracts them from an
archive.

Signed-off-by: David Brown <david.brown@linaro.org>
2020-09-17 16:49:09 -06:00
David Brown c997a607e5 samples: zephyr: Add separate compilation
Create a program that separately compiles the tests and assembles them
into a zip file.  This will help when the build environment and the test
environment are not the same machine.

Signed-off-by: David Brown <david.brown@linaro.org>
2020-09-17 16:49:09 -06:00
David Brown 5e8dbb9944 samples: zephyr: Split out tests from test runner
Move the list of tests to run from the test runner itself into its own
package.  The test can be invoked the same way (Go will find the go.mod
at the top of mcuboot), but this will make it easier to separate a test
runner from a test builder.

Signed-off-by: David Brown <david.brown@linaro.org>
2020-09-17 16:49:09 -06:00