Changeset 281381f for tests


Ignore:
Timestamp:
Jul 21, 2016, 2:52:09 AM (8 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:
7f35041
Parents:
ea7428a
Message:

{examples,tests}/wscrtip_build: update build target name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/wscript_build

    rea7428a r281381f  
    11# vim:set syntax=python:
     2
     3import os.path
    24
    35uselib = ['aubio']
     
    79
    810for source_file in programs_sources:
     11    target = os.path.basename(os.path.splitext(str(source_file))[0])
    912    bld(features = 'c cprogram test',
    1013            source = source_file,
    11             target = str(source_file).split('.')[0],
     14            target = target,
    1215            includes = includes,
    1316            use = uselib,
Note: See TracChangeset for help on using the changeset viewer.