Browse Source
Includes tests for freezing @micropython.native and @micropython.viper code. Signed-off-by: Damien George <damien@micropython.org>pull/8531/head
Damien George
3 years ago
2 changed files with 13 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||
# Manifest for testing the build. |
|||
|
|||
# Include standard manifest. |
|||
include("manifest.py") |
|||
|
|||
# Test freezing @micropython.native code. |
|||
freeze("$(MPY_DIR)/tests/micropython", "native_misc.py") |
|||
|
|||
# Test freezing @micropython.viper code. |
|||
freeze("$(MPY_DIR)/tests/micropython", "viper_misc.py") |
Loading…
Reference in new issue