Damien George | be25e33 | 2022-04-14 13:10:00 +1000 | [diff] [blame] | 1 | # Manifest for testing the build. |
2 | |||||
3 | # Include standard manifest. | ||||
4 | include("manifest.py") | ||||
5 | |||||
6 | # Test freezing @micropython.native code. | ||||
7 | freeze("$(MPY_DIR)/tests/micropython", "native_misc.py") | ||||
8 | |||||
9 | # Test freezing @micropython.viper code. | ||||
10 | freeze("$(MPY_DIR)/tests/micropython", "viper_misc.py") |