[beast: 10/19] TESTS: audio: make render2wav quiet unless V=1



commit 22c6d88ed6d6e98ee35c35fdbf9a0807d5a7470c
Author: Tim Janik <timj gnu org>
Date:   Tue Sep 8 12:28:16 2015 +0200

    TESTS: audio: make render2wav quiet unless V=1

 tests/audio/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/tests/audio/Makefile.am b/tests/audio/Makefile.am
index 65d5b2f..f6ab79e 100644
--- a/tests/audio/Makefile.am
+++ b/tests/audio/Makefile.am
@@ -7,7 +7,9 @@ samplepath = '$(top_srcdir)/tests/audio:$(top_srcdir)/library/samples'
 BSEFEXTRACT = $(top_builddir)/tools/bsefextract
 BSEFCOMPARE = $(top_builddir)/tools/bsefcompare
 BSE2WAV = $(strip                                              \
-       $(top_builddir)/bse/bsetool render2wav                  \
+       $(top_builddir)/bse/bsetool                             \
+         $(if $(findstring 1, $(V)),, --quiet)                 \
+         render2wav                                            \
          --bse-mixing-freq=48000                               \
          --bse-pcm-driver null=nosleep                         \
          --bse-midi-driver null                                \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]