summaryrefslogtreecommitdiff
path: root/tests/run-natmodtests.py
AgeCommit message (Collapse)Author
2020-01-12unix: Rename unix binaries to micropython-variant (not _variant).Jim Mussared
For consistency with mpy-cross, and other unix tools in general.
2019-12-13examples/natmod: Add urandom native module example.Damien George
2019-12-12tests: Add script to run dynamic-native-module tests.Damien George