examples/natmod: Add urandom native module example.

This commit is contained in:
Damien George
2019-12-13 13:30:44 +11:00
parent 48e9262f55
commit ba84453f77
4 changed files with 52 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ TEST_MAPPINGS = {
'btree': 'btree/btree_$(ARCH).mpy',
'framebuf': 'framebuf/framebuf_$(ARCH).mpy',
'uheapq': 'uheapq/uheapq_$(ARCH).mpy',
'urandom': 'urandom/urandom_$(ARCH).mpy',
'ure': 'ure/ure_$(ARCH).mpy',
'uzlib': 'uzlib/uzlib_$(ARCH).mpy',
}