ardupilot/libraries/SITL/tests/wscript

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

12 lines
153 B
Plaintext
Raw Normal View History

2021-08-17 06:08:04 -03:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
2022-04-22 16:43:50 -03:00
if bld.env.BOARD != 'sitl':
return
2021-08-17 06:08:04 -03:00
bld.ap_find_tests(
use='ap',
)