Changeset dc0e759 for tests


Ignore:
Timestamp:
Mar 6, 2014, 6:03:49 PM (10 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:
e794a80
Parents:
584016f
Message:

{tests,src,examples}/wscript_build: indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/wscript_build

    r584016f rdc0e759  
    22
    33for target_name in ctx.path.ant_glob('src/**/*.c'):
    4   uselib = []
    5   includes = ['../src', '.']
    6   extra_source = []
     4    uselib = []
     5    includes = ['../src', '.']
     6    extra_source = []
    77
    8   bld(features = 'c cprogram test',
    9       lib = 'm',
    10       uselib = uselib,
    11       source = [target_name] + extra_source,
    12       target = str(target_name).split('.')[0],
    13       includes = includes,
    14       install_path = None,
    15       defines = 'AUBIO_UNSTABLE_API=1',
    16       cflags = ['-g'],
    17       use = 'aubio')
    18 
     8    bld(features = 'c cprogram test',
     9            lib = 'm',
     10            uselib = uselib,
     11            source = [target_name] + extra_source,
     12            target = str(target_name).split('.')[0],
     13            includes = includes,
     14            install_path = None,
     15            defines = 'AUBIO_UNSTABLE_API=1',
     16            cflags = ['-g'],
     17            use = 'aubio')
Note: See TracChangeset for help on using the changeset viewer.