This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
ports
/
unix
/
variants
/
coverage
/
manifest.py
4 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
unix: Make manifest selection match other ports. Changes are: - The default manifest.py is moved to the variants directory (it's in "boards" in other ports). - The coverage variant now uses a custom manifest in its variant directory to add frzmpy/frzstr. - The frzmpy/frzstr tests are moved to variants/coverage/.
2020-06-09 16:45:17 +10:00
freeze_as_str
(
"
frzstr
"
)
freeze_as_mpy
(
"
frzmpy
"
)
unix/variants/coverage: Add test for manifest freeze_mpy(). This uses the frozentest.mpy that is also used by ports/minimal. Also fixes two bugs that these new tests picked up: - File extension matching in manifestfile.py. - Handling of freeze_mpy results in makemanifest. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-19 12:05:39 +10:00
freeze_mpy
(
"
$(MPY_DIR)/tests/frozen
"
)
Reference in New Issue
Copy Permalink