- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink_sndfile.c
ree0c4d50 r9720945 11 11 12 12 if (argc < 3) { 13 PRINT_ERR("not enough arguments, running tests\n");14 err = run_on_default_source_and_sink(main);13 err = 2; 14 PRINT_ERR("not enough arguments\n"); 15 15 PRINT_MSG("usage: %s <input_path> <output_path> [samplerate] [hop_size]\n", argv[0]); 16 16 return err; … … 61 61 beach_fvec: 62 62 #else 63 err = 0;63 err = 3; 64 64 PRINT_ERR("aubio was not compiled with aubio_source_sndfile\n"); 65 65 #endif /* HAVE_SNDFILE */
Note: See TracChangeset
for help on using the changeset viewer.