5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-17 21:33:57 -04:00
ardupilot/libraries/AP_NavEKF/tests/wscript

8 lines
104 B
Plaintext
Raw Normal View History

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