Changeset 9682d9d


Ignore:
Timestamp:
Dec 16, 2016, 12:26:48 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
3388e1a
Parents:
1910fed
Message:

doc/requirements.rst: add a note about --notests (closes #77)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/requirements.rst

    r1910fed r9682d9d  
    205205To compile aubio in single precision mode, use ``--disable-double`` (default).
    206206
     207Disabling the tests
     208...................
     209
     210In some case, for instance when cross-compiling, unit tests should not be run.
     211Option ``--notests`` can be used for this purpose. The tests will not be
     212executed, but the binaries will be compiled, ensuring that linking against
     213libaubio works as expected.
     214
     215.. note::
     216
     217  The ``--notests`` option should be passed to both ``build`` and ``install``
     218  targets, otherwise waf will try to run them.
     219
    207220Edit wscript
    208221............
Note: See TracChangeset for help on using the changeset viewer.