summaryrefslogtreecommitdiff
path: root/ports/esp32
diff options
context:
space:
mode:
Diffstat (limited to 'ports/esp32')
-rw-r--r--ports/esp32/boards/manifest_test.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/esp32/boards/manifest_test.py b/ports/esp32/boards/manifest_test.py
new file mode 100644
index 000000000..87c5b7be9
--- /dev/null
+++ b/ports/esp32/boards/manifest_test.py
@@ -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")