aboutsummaryrefslogtreecommitdiff
path: root/tests/import/mpy_native.py.exp
AgeCommit message (Collapse)Author
2020-07-26tests: Move .mpy import tests from import/ to micropython/ dir.Damien George
These tests are specific to MicroPython so have a better home in the micropython/ test subdir, and putting them here allows them to be run by all targets, not just those that have access to the local filesystem (eg the unix port). Signed-off-by: Damien George <damien@micropython.org>
2019-12-12tests/import: Add test for importing viper code with additional flags.Damien George
2019-03-08tests/import: Add test for importing x64 native code.Damien George