[beast] TESTS: fix sample path to load tests which come with .bsewave files properly.



commit 5e0edaddd85f1b954b6f4e27984ec0e1a021bd00
Author: Stefan Westerfeld <stefan space twc de>
Date:   Tue Jun 15 10:40:43 2010 +0200

    TESTS: fix sample path to load tests which come with .bsewave files properly.

 tests/filecheck/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/filecheck/Makefile.am b/tests/filecheck/Makefile.am
index 9ac5ce3..1a8a3c0 100644
--- a/tests/filecheck/Makefile.am
+++ b/tests/filecheck/Makefile.am
@@ -66,11 +66,13 @@ slowcheck: bse-loading-check
 
 CLEANFILES += distfiles.list warnings.tmp
 plugin_globs = '$(top_builddir)/plugins/.libs/*.so:$(top_builddir)/plugins/freeverb/.libs/*.so'
+samplepath = '$(top_srcdir)/tests/audio:$(top_srcdir)/library/samples'
 EXTRA_DIST += checkproject.scm
 BSESCM = $(strip								\
 	$(top_builddir)/shell/bsescm-$(BIN_VERSION)				\
 	  -p null -m null							\
 	  --bse-rcfile "/dev/null" --bse-no-load				\
 	  --bse-override-plugin-globs '$(plugin_globs)'				\
+          --bse-override-sample-path $(samplepath)                              \
 	  -s "$(top_srcdir)/tests/filecheck/checkproject.scm"			\
 )



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