mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
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>
This commit is contained in:
committed by
Damien George
parent
6ecdf1a240
commit
920da9c5e3
@@ -1,2 +1,3 @@
|
||||
freeze_as_str("frzstr")
|
||||
freeze_as_mpy("frzmpy")
|
||||
freeze_mpy("$(MPY_DIR)/tests/frozen")
|
||||
|
||||
Reference in New Issue
Block a user