ardupilot/libraries/AP_NavEKF/tests/wscript
2022-06-24 20:25:39 +10:00

8 lines
104 B
Python

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