mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-08 20:09:13 +08:00
7 lines
87 B
Python
7 lines
87 B
Python
#!/usr/bin/env python3
|
|
|
|
def build(bld):
|
|
bld.ap_find_tests(
|
|
use='ap',
|
|
)
|