5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-10 08:34:17 -03:00
ardupilot/libraries/SITL/tests/wscript
2021-08-25 12:37:43 +10:00

8 lines
104 B
Python

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