dontbuild-tests-examples.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. Index: libsamplerate-0.1.3/examples/Makefile.am
  2. ===================================================================
  3. --- libsamplerate-0.1.3.orig/examples/Makefile.am
  4. +++ libsamplerate-0.1.3/examples/Makefile.am
  5. @@ -3,7 +3,7 @@
  6. bin_PROGRAMS = sndfile-resample
  7. -noinst_PROGRAMS = varispeed-play timewarp-file
  8. +EXTRA_PROGRAMS = varispeed-play timewarp-file
  9. SAMPLERATEDIR =../src
  10. INCLUDES = -I$(srcdir)/$(SAMPLERATEDIR) @OS_SPECIFIC_INCLUDES@
  11. Index: libsamplerate-0.1.3/tests/Makefile.am
  12. ===================================================================
  13. --- libsamplerate-0.1.3.orig/tests/Makefile.am
  14. +++ libsamplerate-0.1.3/tests/Makefile.am
  15. @@ -1,4 +1,4 @@
  16. -noinst_PROGRAMS = misc_test termination_test simple_test callback_test \
  17. +EXTRA_PROGRAMS = misc_test termination_test simple_test callback_test \
  18. reset_test multi_channel_test snr_bw_test \
  19. float_short_test varispeed_test callback_hang_test \
  20. src-evaluate throughput_test
  21. @@ -55,7 +55,7 @@ throughput_test_LDADD = $(SAMPLRATEDIR)
  22. #===============================================================================
  23. -check: $(noinst_PROGRAMS)
  24. +check: $(EXTRA_PROGRAMS)
  25. date
  26. uname -a
  27. ./misc_test