mirror of
https://github.com/micropython/micropython.git
synced 2026-04-27 03:10:22 +02:00
c895770d4a
This commit adds a new test to make sure ROMFS files are mounted and read correctly, to be run as part of the CI process. The changes also include the source binary files that have been used to create the pre-baked ROMFS partition image used in the test, along with a Makefile to allow recreating said file. The CI test ROMFS image is mounted only if no other ROMFS partition is mounted in slot 0. The specific test is executed only if there actually is a ROMFS partition mounted and if the partition is identified as the one used to run tests on. This allows for user images to be mounted and for a successful test run if that is the case. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
31 lines
803 B
Plaintext
31 lines
803 B
Plaintext
# Per default everything gets normalized and gets LF line endings on checkout.
|
|
* text eol=lf
|
|
|
|
# These will always have CRLF line endings on checkout.
|
|
*.vcxproj text eol=crlf
|
|
*.props text eol=crlf
|
|
*.bat text eol=crlf
|
|
|
|
# These are binary so should never be modified by git.
|
|
*.a binary
|
|
*.ico binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.dxf binary
|
|
*.mpy binary
|
|
*.der binary
|
|
*.bin binary
|
|
|
|
# These should also not be modified by git.
|
|
tests/basics/string_cr_conversion.py -text
|
|
tests/basics/string_crlf_conversion.py -text
|
|
tests/micropython/test_normalize_newlines.py.exp -text
|
|
ports/stm32/pybcdc.inf_template -text
|
|
ports/stm32/usbhost/** -text
|
|
ports/cc3200/hal/aes.c -text
|
|
ports/cc3200/hal/aes.h -text
|
|
ports/cc3200/hal/des.c -text
|
|
ports/cc3200/hal/i2s.c -text
|
|
ports/cc3200/hal/i2s.h -text
|
|
ports/cc3200/version.h -text
|