11 lines
285 B
Python
11 lines
285 B
Python
# 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")
|