Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TESTS: add bleposc dir to plugin path
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
  • Loading branch information
swesterfeld committed Apr 1, 2018
1 parent 2759113 commit a8812ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.sub
Expand Up @@ -199,7 +199,7 @@ TESTS_BSEFILE_CHECK_LOAD = $(strip \
--bse-pcm-driver null=nosleep \
--bse-midi-driver null \
--bse-override-sample-path '$(top_srcdir)/af-tests:$(top_srcdir)/library/samples' \
--bse-override-plugin-globs '$(top_builddir)/plugins/.libs/*.so:$(top_builddir)/plugins/freeverb/.libs/*.so' \
--bse-override-plugin-globs '$(top_builddir)/plugins/.libs/*.so:$(top_builddir)/plugins/freeverb/.libs/*.so:$(top_builddir)/plugins/bleposc/.libs/*.so' \
--bse-rcfile "/dev/null" )
tests/bsefile-checklist-%-test: tests/bsefile-checklist
$(Q) for tfile in `cat $(@:-test=)` ; do \
Expand Down

0 comments on commit a8812ce

Please sign in to comment.