mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Add unit test for dynamically loading modules on posix.
This commit is contained in:
8
posix-configs/SITL/init/test/test_dyn_hello
Normal file
8
posix-configs/SITL/init/test/test_dyn_hello
Normal 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
|
||||
Reference in New Issue
Block a user