ardupilot/libraries/AP_MultiHeap/tests/wscript

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

9 lines
142 B
Plaintext
Raw Normal View History

2024-11-17 21:11:24 -04:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_find_tests(
use='ap',
DOUBLE_PRECISION_SOURCES = []
)