[beast] TESTS: pass nosleep option to null audio driver => faster test execution



commit 9407886674300d6316cc0cb4c5b357d0d8104e58
Author: Stefan Westerfeld <stefan space twc de>
Date:   Thu Feb 17 23:09:41 2011 +0100

    TESTS: pass nosleep option to null audio driver => faster test execution

 tests/audio/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/audio/Makefile.am b/tests/audio/Makefile.am
index db7f663..8a20934 100644
--- a/tests/audio/Makefile.am
+++ b/tests/audio/Makefile.am
@@ -10,7 +10,7 @@ BSEFEXTRACT = $(top_builddir)/tools/bsefextract
 BSEFCOMPARE = $(top_builddir)/tools/bsefcompare
 BSE2WAV = $(strip							\
 	$(top_builddir)/shell/bsescm-$(BIN_VERSION)			\
-	  --bse-mixing-freq=48000 -p null -m null			\
+	  --bse-mixing-freq=48000 -p null=nosleep -m null		\
 	  --bse-rcfile "/dev/null" --bse-no-load			\
 	  --bse-override-plugin-globs $(builddirplugins)		\
           --bse-override-sample-path $(samplepath)                      \



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