Add unit test for dynamically loading modules on posix.

This commit is contained in:
Mara Bos
2018-11-23 16:29:17 +01:00
committed by Lorenz Meier
parent d13836eb1e
commit 3c660acca8
6 changed files with 54 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
dyn ./platforms__posix__tests__dyn_hello.px4mod PASSED
shutdown