This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
62b985409e
zephyr
/
tests
/
application_development
/
gen_inc_file
/
testcase.yaml
4 lines
58 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: Add testing for embedding a hex file Add a simple test which generates a file that can be included into a .c file. Then verify in zephyr that the file contains the same bytes as the original file. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-09-13 16:02:38 +08:00
tests
:
tests: cleanup subsystem tests meta-data Cleanup testnames, tagging and filtering. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-04-09 20:55:04 +08:00
buildsystem.include_file
:
tests/samples: fixed yaml syntax Use a map directory, avoid the list which makes parsing a bit cumbersome. Fixes #5109 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-12-06 02:00:43 +08:00
tags
:
gen_inc_file