zephyr/scripts/sanity_chk
Anas Nashif 924a4e7000 sanitycheck: support requirements on env variables
Some boards depend on environment variables so we want to make sure we
do not attempt to build boards requiring additional setup.

Add the section below into the board YAML file, sanitycheck will check
the environment and will only run tests on that board if the variables
are defined.

env:
  - VAR1
  - VAR2

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-19 10:57:54 -04:00
..
boards/unit/unit_testing
.gitignore
expr_parser.py
harness.py
ini2yaml.py
sanity_compare.args
sanity_daily.args
sanity_last_release.csv
sanity_verify.args
sanitycheck-platform-schema.yaml
sanitycheck-tc-schema.yaml
scl.py