ardupilot/libraries/AP_OLC/tests/wscript

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

8 lines
104 B
Plaintext
Raw Normal View History

2023-05-24 12:30:10 -03:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_find_tests(
use='ap',
)