mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
d94e36fccc
use correct DOUBLE_PRECISION_SOURCES definition portably define qsort argument in tests fix test_location add test_location to double sources
9 lines
161 B
Python
9 lines
161 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
def build(bld):
|
|
bld.ap_find_tests(
|
|
use='ap',
|
|
DOUBLE_PRECISION_SOURCES = ['test_location.cpp']
|
|
)
|