ardupilot/libraries/AP_Common/tests/wscript

9 lines
161 B
Plaintext
Raw Normal View History

2018-11-02 18:29:18 -03:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_find_tests(
use='ap',
DOUBLE_PRECISION_SOURCES = ['test_location.cpp']
2018-11-02 18:29:18 -03:00
)