summaryrefslogtreecommitdiff
path: root/ports/unix/manifest_coverage.py
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2020-06-09 16:45:17 +1000
committerDamien George <damien@micropython.org>2020-07-01 22:42:55 +1000
commit27abac95d87b69f4282e2ca21ab19eff7bf6012b (patch)
tree0cdd7d3917fd78a6a69fc491b49a2a6b0cb1f973 /ports/unix/manifest_coverage.py
parent07f181a216dc2fe323f0511cf3a5f9dc37545c22 (diff)
unix: Make manifest selection match other ports.
Changes are: - The default manifest.py is moved to the variants directory (it's in "boards" in other ports). - The coverage variant now uses a custom manifest in its variant directory to add frzmpy/frzstr. - The frzmpy/frzstr tests are moved to variants/coverage/.
Diffstat (limited to 'ports/unix/manifest_coverage.py')
-rw-r--r--ports/unix/manifest_coverage.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/unix/manifest_coverage.py b/ports/unix/manifest_coverage.py
deleted file mode 100644
index 0c32d0857..000000000
--- a/ports/unix/manifest_coverage.py
+++ /dev/null
@@ -1,2 +0,0 @@
-freeze_as_str('coverage-frzstr')
-freeze_as_mpy('coverage-frzmpy')