[beast: 7/19] TESTS: audio: replace bse2wav.scm with 'bsetool render2wav'
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 7/19] TESTS: audio: replace bse2wav.scm with 'bsetool render2wav'
- Date: Sun, 13 Sep 2015 20:26:41 +0000 (UTC)
commit d0a82a67861f99eca1465cf5ffba86709b29791c
Author: Tim Janik <timj gnu org>
Date: Tue Sep 8 12:06:30 2015 +0200
TESTS: audio: replace bse2wav.scm with 'bsetool render2wav'
tests/audio/Makefile.am | 18 +++++-----
tests/audio/bse2wav.scm | 90 -----------------------------------------------
2 files changed, 9 insertions(+), 99 deletions(-)
---
diff --git a/tests/audio/Makefile.am b/tests/audio/Makefile.am
index b86813c..65d5b2f 100644
--- a/tests/audio/Makefile.am
+++ b/tests/audio/Makefile.am
@@ -6,16 +6,16 @@ builddirplugins = '$(top_builddir)/plugins/.libs/*.so:$(top_builddir)/plugins/fr
samplepath = '$(top_srcdir)/tests/audio:$(top_srcdir)/library/samples'
BSEFEXTRACT = $(top_builddir)/tools/bsefextract
BSEFCOMPARE = $(top_builddir)/tools/bsefcompare
-BSE2WAV = $(strip \
- $(top_builddir)/shell/bsescm-$(BIN_VERSION) \
- --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) \
- --bse-disable-randomization \
- -s $(srcdir)/bse2wav.scm \
+BSE2WAV = $(strip \
+ $(top_builddir)/bse/bsetool render2wav \
+ --bse-mixing-freq=48000 \
+ --bse-pcm-driver null=nosleep \
+ --bse-midi-driver null \
+ --bse-rcfile "/dev/null" \
+ --bse-override-plugin-globs $(builddirplugins) \
+ --bse-override-sample-path $(samplepath) \
+ --bse-disable-randomization \
)
-EXTRA_DIST += bse2wav.scm
# === audio feature test rule ===
FEATURE_TESTS =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]