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