ardupilot/libraries/AP_GSOF/tests/wscript

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
88 B
Plaintext
Raw Normal View History

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