blob: 87c5b7be9bf1596337425c91113cb179b03add0c (
plain)
1
2
3
4
5
6
7
8
9
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")
|