ardupilot/libraries/AP_GPS/tests/wscript
2016-05-20 10:06:44 -03:00

8 lines
104 B
Python

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