5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-18 14:48:28 -04:00
ardupilot/libraries/AP_HAL_Linux/tests/wscript

8 lines
104 B
Python

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