Changeset a32aa1a for wscript


Ignore:
Timestamp:
Feb 10, 2013, 8:16:51 AM (11 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, pitchshift, sampler, timestretch, yinfft+
Children:
f360ad8
Parents:
7b4ea49
Message:

wscript: run the tests on all platforms but ios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r7b4ea49 ra32aa1a  
    198198  bld.recurse('src examples')
    199199  from waflib import Options
    200   import sys
    201   if Options.platform == sys.platform: bld.recurse('tests')
     200  if Options.platform != 'ios': bld.recurse('tests')
    202201
    203202  """
Note: See TracChangeset for help on using the changeset viewer.