Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • B Bootloader
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OwnTechOwnTech
  • Bootloader
  • Repository
Switch branch/tag
  • bootloader
  • samples
  • zephyr
  • run-tests.go
Find file BlameHistoryPermalink
  • David Brown's avatar
    samples: zephyr: Split out tests from test runner · 5e8dbb99
    David Brown authored Sep 09, 2020
    
    
    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: default avatarDavid Brown <david.brown@linaro.org>
    5e8dbb99