5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-06 05:34:09 -04:00
ardupilot/libraries/AP_HAL/tests/wscript
2019-09-12 07:42:40 +10:00

8 lines
104 B
Python

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