diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2019-08-19 10:59:27 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-08-20 15:14:08 +1000 |
commit | 0bd1eb80ff49dd0d4ad0c369a83a5aadea995944 (patch) | |
tree | 49befa6047dd9e86e28b78675800f0678aa85cc6 /tests/qemu-arm/native_test.py.exp | |
parent | 4ab5156c01bfd4a6304e26b1dc2d34163b8637c0 (diff) | |
download | micropython-0bd1eb80ff49dd0d4ad0c369a83a5aadea995944.tar.gz micropython-0bd1eb80ff49dd0d4ad0c369a83a5aadea995944.zip |
qemu-arm: Add testing of frozen native modules.
- Split 'qemu-arm' from 'unix' for generating tests.
- Add frozen module to the qemu-arm test build.
- Add test that reproduces the requirement to half-word align native
function data.
Diffstat (limited to 'tests/qemu-arm/native_test.py.exp')
-rw-r--r-- | tests/qemu-arm/native_test.py.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu-arm/native_test.py.exp b/tests/qemu-arm/native_test.py.exp new file mode 100644 index 0000000000..dcf37cd5e2 --- /dev/null +++ b/tests/qemu-arm/native_test.py.exp @@ -0,0 +1,3 @@ +2 +3 +4 |