ardupilot/libraries/AP_JSButton/tests/wscript
2023-06-07 17:16:15 +10:00

8 lines
104 B
Python

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