examples/natmod/features3: Add example to test more natmod features.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-06-10 13:58:39 +10:00
parent 0e556f22a2
commit 1f1afae622
3 changed files with 75 additions and 0 deletions

View File

@@ -424,6 +424,7 @@ function ci_native_mpy_modules_build {
fi
make -C examples/natmod/features1 ARCH=$arch
make -C examples/natmod/features2 ARCH=$arch
make -C examples/natmod/features3 ARCH=$arch
make -C examples/natmod/btree ARCH=$arch
make -C examples/natmod/framebuf ARCH=$arch
make -C examples/natmod/uheapq ARCH=$arch