Browse Source

SITL: tests: only build on sitl

apm_2208
Iampete1 3 years ago committed by Andrew Tridgell
parent
commit
4fe335c2d0
  1. 4
      libraries/SITL/tests/wscript

4
libraries/SITL/tests/wscript

@ -2,6 +2,10 @@ @@ -2,6 +2,10 @@
# encoding: utf-8
def build(bld):
if bld.env.BOARD != 'sitl':
return
bld.ap_find_tests(
use='ap',
)

Loading…
Cancel
Save