mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
Add unit test for dynamically loading modules on posix.
This commit is contained in:
@@ -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