blob: 87c5b7be9bf1596337425c91113cb179b03add0c [file] [log] [blame]
Damien Georgebe25e332022-04-14 13:10:00 +10001# Manifest for testing the build.
2
3# Include standard manifest.
4include("manifest.py")
5
6# Test freezing @micropython.native code.
7freeze("$(MPY_DIR)/tests/micropython", "native_misc.py")
8
9# Test freezing @micropython.viper code.
10freeze("$(MPY_DIR)/tests/micropython", "viper_misc.py")