CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Ardupilot

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Ardupilot/ardupilot
Path: blob/master/libraries/AP_CSVReader/tests/wscript
Views: 1799
#!/usr/bin/env python
# encoding: utf-8

def build(bld):
    bld.ap_find_tests(
        use='ap',
    )