#!/usr/bin/env python # encoding: utf-8 def build(bld): if bld.env.BOARD != 'sitl': return bld.ap_find_tests( use='ap', )