ardupilot/libraries/AP_GSOF/tests/wscript

8 lines
88 B
Python

#!/usr/bin/env python3
def build(bld):
bld.ap_find_tests(
use='ap',
)