notests.patch 750 B

12345678910111213141516171819
  1. diff -Nur ladspa_sdk-old/src/makefile ladspa_sdk/src/makefile
  2. --- ladspa_sdk-old/src/makefile 2009-04-25 01:57:34.000000000 +0300
  3. +++ ladspa_sdk/src/makefile 2009-04-25 01:58:09.000000000 +0300
  4. @@ -57,12 +57,12 @@
  5. @echo ---------------------------------------------
  6. @echo First listen to the white noise input signal:
  7. @echo ---------------------------------------------
  8. - -sndfile-play ../snd/noise.wav
  9. + @echo Disabled -sndfile-play ../snd/noise.wav
  10. @echo -------------------------
  11. @echo Compare to plugin output.
  12. @echo -------------------------
  13. @echo Should be a noise band around 6000Hz, repeated quietly after 1s.
  14. - -sndfile-play /tmp/test.wav
  15. + @echo Disabled -sndfile-play /tmp/test.wav
  16. @echo Test complete.
  17. install: targets