Changeset 64d534d for tests


Ignore:
Timestamp:
Nov 29, 2018, 2:28:39 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:
3569326
Parents:
c6bb567a
Message:

[tests] add run_on_default_source to test-source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source.c

    rc6bb567a r64d534d  
    66  uint_t err = 0;
    77  if (argc < 2) {
    8     err = 2;
    9     PRINT_ERR("not enough arguments\n");
     8    PRINT_ERR("not enough arguments, running tests\n");
     9    err = run_on_default_source(main);
    1010    PRINT_MSG("read a wave file as a mono vector\n");
    1111    PRINT_MSG("usage: %s <source_path> [samplerate] [hop_size]\n", argv[0]);
Note: See TracChangeset for help on using the changeset viewer.