Changeset 9ffa590


Ignore:
Timestamp:
Nov 29, 2018, 5:19:07 PM (5 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
Children:
0de816c
Parents:
953cde5
Message:

[waf] check tests return code and show summary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r953cde5 r9ffa590  
    518518    sphinx(bld)
    519519
     520    from waflib.Tools import waf_unit_test
     521    bld.add_post_fun(waf_unit_test.summary)
     522    bld.add_post_fun(waf_unit_test.set_exit_code)
     523
    520524def txt2man(bld):
    521525    # build manpages from txt files using txt2man
Note: See TracChangeset for help on using the changeset viewer.