ardupilot/libraries/AP_Declination/tests/wscript
Andrew Tridgell f232fc551b AP_Declination: added a test suite for AP_Declination
use test vectors from MAVProxy mavextra
2021-09-10 14:08:46 +09:00

8 lines
104 B
Python

#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_find_tests(
use='ap',
)