mirror of https://github.com/ArduPilot/ardupilot
8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
|
#!/usr/bin/env python
|
||
|
# encoding: utf-8
|
||
|
|
||
|
def build(bld):
|
||
|
bld.ap_find_tests(
|
||
|
use='ap',
|
||
|
)
|