micropython/tests/unix
Damien George 936e25b164 tests: For unix ffi float test, add libm.so.6 to library search list.
Latest Arch Linux doesn't have libm.so as a proper shared object and so
we need to load libm.so.6.
2015-08-25 18:14:53 +01:00
..
extra_coverage.py unix: Make extra-coverage function callable from Python scripts. 2015-05-08 09:18:38 +01:00
extra_coverage.py.exp tests: Add special tests to test mp_printf function to improve coverage. 2015-05-28 14:25:07 +00:00
ffi_callback.py tests: Make ffi_callback.py be able to run on uclibc and macosx. 2015-01-10 00:35:48 +02:00
ffi_callback.py.exp tests: Add testcase for ffi callbacks. 2014-12-15 02:18:54 +02:00
ffi_float.py tests: For unix ffi float test, add libm.so.6 to library search list. 2015-08-25 18:14:53 +01:00
ffi_float.py.exp unix/modffi: Support passing float/double args. 2015-04-28 19:40:34 +01:00