Changeset da632d3 for tests


Ignore:
Timestamp:
May 13, 2016, 2:26:59 PM (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:
dee266f
Parents:
023aa32
Message:

tests/utils_tests.h: also use custom srandom/random when compiling with -std=c99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/utils_tests.h

    r023aa32 rda632d3  
    2626#endif
    2727
    28 #ifdef HAVE_WIN_HACKS
     28// are we on windows ? or are we using -std=c99 ?
     29#if defined(HAVE_WIN_HACKS) || defined(__STRICT_ANSI__)
    2930// http://en.wikipedia.org/wiki/Linear_congruential_generator
    3031// no srandom/random on win32
Note: See TracChangeset for help on using the changeset viewer.