Skip to content

Commit a8812ce

Browse files
committed
TESTS: add bleposc dir to plugin path
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
1 parent 2759113 commit a8812ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.sub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ TESTS_BSEFILE_CHECK_LOAD = $(strip \
199199
--bse-pcm-driver null=nosleep \
200200
--bse-midi-driver null \
201201
--bse-override-sample-path '$(top_srcdir)/af-tests:$(top_srcdir)/library/samples' \
202-
--bse-override-plugin-globs '$(top_builddir)/plugins/.libs/*.so:$(top_builddir)/plugins/freeverb/.libs/*.so' \
202+
--bse-override-plugin-globs '$(top_builddir)/plugins/.libs/*.so:$(top_builddir)/plugins/freeverb/.libs/*.so:$(top_builddir)/plugins/bleposc/.libs/*.so' \
203203
--bse-rcfile "/dev/null" )
204204
tests/bsefile-checklist-%-test: tests/bsefile-checklist
205205
$(Q) for tfile in `cat $(@:-test=)` ; do \

0 commit comments

Comments
 (0)