SITL: tests: only build on sitl

This commit is contained in:
Iampete1 2022-04-22 20:43:50 +01:00 committed by Andrew Tridgell
parent d1aa7aa062
commit 4fe335c2d0
1 changed files with 4 additions and 0 deletions

View File

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